Code

added a "selected only" checkbox for fixing some obscure usability issue
[inkscape.git] / share / extensions / funcplot.inx
index 6a6d740d1d7463f94914b77f3d66a1c4dca0060a..a093a3ff2be63ffbd2e7b9e133e383c5bfbfe357 100644 (file)
@@ -14,7 +14,7 @@
             <param name="isoscale" type="boolean" _gui-text="Isotropic scaling (uses smallest: width/xrange or height/yrange)">false</param>\r
            </page>\r
            <page name="desc" _gui-text="Help">\r
-               <param name="pythonfunctions" type="description">The following functions are available:\r
+               <_param name="pythonfunctions" type="description">The following functions are available:\r
 (the available functions are the standard python math functions)\r
 ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); \r
 modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); \r
@@ -22,7 +22,7 @@ acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y);
 cos(x); sin(x); tan(x); degrees(x); radians(x); \r
 cosh(x); sinh(x); tanh(x).\r
 \r
-The constants pi and e are also available. </param>\r
+The constants pi and e are also available. </_param>\r
            </page>\r
        </param>\r
        <param name="fofx" type="string" _gui-text="Function">exp(-x*x)</param>\r