param_curves.inx revision bb3ab2f1ca149b2ab27410ab36676f6479f50dcb
55409b97452fc42cc6fbb542da79ab133ed705b3JazzyNico<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <dependency type="executable" location="extensions">param_curves.py</dependency>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <dependency type="executable" location="extensions">inkex.py</dependency>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <page name="sampling" _gui-text="Range and Sampling">
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="t_start" type="float" min="-1000.0" max="1000.0" _gui-text="Start t-value:">0.0</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="t_end" type="float" min="-1000.0" max="1000.0" _gui-text="End t-value:">1.0</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="times2pi" type="boolean" _gui-text="Multiply t-range by 2*pi:">true</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="xleft" type="float" min="-1000.0" max="1000.0" _gui-text="x-value of rectangle's left:">-1.0</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="xright" type="float" min="-1000.0" max="1000.0" _gui-text="x-value of rectangle's right:">1.0</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="ybottom" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's bottom:">-1.0</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="ytop" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's top:">1.0</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="samples" type="int" min="2" max="1000" _gui-text="Samples:">30</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="isoscale" type="boolean" _gui-text="Isotropic scaling">false</param>
bb3ab2f1ca149b2ab27410ab36676f6479f50dcbJazzyNico <_param name="isoscaledesc" type="description">When set, Isotropic scaling uses smallest of width/xrange or height/yrange</_param>
bb3ab2f1ca149b2ab27410ab36676f6479f50dcbJazzyNico <_param name="funcplotuse" type="description" xml:space="preserve">Select a rectangle before calling the extension, it will determine X and Y scales.
bb3ab2f1ca149b2ab27410ab36676f6479f50dcbJazzyNicoFirst derivatives are always determined numerically.</_param>
bb3ab2f1ca149b2ab27410ab36676f6479f50dcbJazzyNico <_param name="pythonfunctions" type="description" xml:space="preserve">Standard Python math functions are available:
6b9e755f4283f571b97e84027fbcb68c80404f4fJazzyNicoceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i);
6b9e755f4283f571b97e84027fbcb68c80404f4fJazzyNicomodf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x);
6b9e755f4283f571b97e84027fbcb68c80404f4fJazzyNicoacos(x); asin(x); atan(x); atan2(y,x); hypot(x,y);
6b9e755f4283f571b97e84027fbcb68c80404f4fJazzyNicocos(x); sin(x); tan(x); degrees(x); radians(x);
6b9e755f4283f571b97e84027fbcb68c80404f4fJazzyNicocosh(x); sinh(x); tanh(x).
55409b97452fc42cc6fbb542da79ab133ed705b3JazzyNicoThe constants pi and e are also available.</_param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="fofx" type="string" _gui-text="x-Function:">cos(3*t)</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="fofy" type="string" _gui-text="y-Function:">sin(5*t)</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="remove" type="boolean" _gui-text="Remove rectangle">true</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <param name="drawaxis" type="boolean" _gui-text="Draw Axes">false</param>
7022c3e71f3136dc0904dbdfccca2d4fbc5d9f66JazzyNico <command reldir="extensions" interpreter="python">param_curves.py</command>