Code

added a "selected only" checkbox for fixing some obscure usability issue
[inkscape.git] / share / extensions / funcplot.inx
index 5c9ba6230dd760b5f354c4dbebc85d5fb7368274..a093a3ff2be63ffbd2e7b9e133e383c5bfbfe357 100644 (file)
@@ -4,25 +4,32 @@
        <dependency type="executable" location="extensions">funcplot.py</dependency>\r
        <dependency type="executable" location="extensions">inkex.py</dependency>\r
        <param name="tab" type="notebook">\r
-           <page name="sampling" _gui-text="Sampling">\r
+           <page name="sampling" _gui-text="Range and Sampling">\r
                <param name="xstart" type="float" min="-1000.0" max="1000.0" _gui-text="Start x-value">0.0</param>\r
                <param name="xend" type="float" min="-1000.0" max="1000.0" _gui-text="End x-value">1.0</param>\r
                <param name="times2pi" type="boolean" _gui-text="Multiply x-range by 2*pi">false</param>\r
                <param name="ybottom" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's bottom">0.0</param>\r
                <param name="ytop" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's top">1.0</param>\r
                <param name="samples" type="int" min="2" max="1000" _gui-text="Samples">8</param>\r
+            <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); modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); acos(x); asin(x); atan(x); atan2(y,x); cos(x); hypot(x,y); sin(x); tan(x); degrees(x); radians(x); cosh(x); sinh(x); tanh(x).\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
+acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); \r
+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
        <param name="fponum" type="boolean" _gui-text="Calculate first derivative numerically">true</param>\r
        <param name="fpofx" type="string" _gui-text="First derivative">x</param>\r
+       <param name="remove" type="boolean" _gui-text="Remove rectangle">true</param>\r
+    <param name="drawaxis" type="boolean" _gui-text="Draw Axes">false</param>\r
     <effect>\r
                <object-type>rect</object-type>\r
                 <effects-menu>\r