summaryrefslogtreecommitdiffstats
path: root/share/extensions/funcplot.inx
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/funcplot.inx')
-rw-r--r--share/extensions/funcplot.inx4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx
index 107076dcf..6af6595c9 100644
--- a/share/extensions/funcplot.inx
+++ b/share/extensions/funcplot.inx
@@ -16,7 +16,7 @@
<param name="polar" type="boolean" _gui-text="Use polar coordinates">true</param>
</page>
<page name="use" _gui-text="Use">
- <_param name="funcplotuse" type="description">Select a rectangle before calling the extension,
+ <_param name="funcplotuse" type="description" xml:space="preserve">Select a rectangle before calling the extension,
it will determine X and Y scales.
With polar coordinates:
@@ -26,7 +26,7 @@ With polar coordinates:
First derivative is always determined numerically.</_param>
</page>
<page name="desc" _gui-text="Functions">
- <_param name="pythonfunctions" type="description">Standard Python math functions are available:
+ <_param name="pythonfunctions" type="description" xml:space="preserve">Standard Python math functions are available:
ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i);
modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x);