X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=share%2Fextensions%2Ffuncplot.inx;h=92858362424aa252a3bcc7ddf36d0dece8612ff7;hb=92bde11e300abcce76aeafbbc4a5d81277119a27;hp=a902fa28a2c6b8e07575d5923364d63313d31676;hpb=91cdc6c06e37ed5336e3e5f81dc8a6f39c07b500;p=inkscape.git diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index a902fa28a..928583624 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -1,21 +1,22 @@ - - <_name>Function Plotter - org.inkscape.effect.funcplot - funcplot.py - inkex.py - - - 0.0 - 1.0 - false - 0.0 - 1.0 - 8 - false - true - - - <_param name="funcplotuse" type="description">Select a rectangle before calling effect. + + + <_name>Function Plotter + org.inkscape.effect.funcplot + funcplot.py + inkex.py + + + 0.0 + 1.0 + false + 0.0 + 1.0 + 8 + false + true + + + <_param name="funcplotuse" type="description">Select a rectangle before calling effect. Rectangle determines x and y scales. With polar coordinates: @@ -23,9 +24,9 @@ With polar coordinates: x scale is set so left and right edges of rectangle are at +/-1. Isotropic scaling is disabled. First derivative is always determined numerically. - - - <_param name="pythonfunctions" type="description">Standard python math functions are available: + + + <_param name="pythonfunctions" type="description">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); @@ -33,21 +34,21 @@ acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); cos(x); sin(x); tan(x); degrees(x); radians(x); cosh(x); sinh(x); tanh(x). -The constants pi and e are also available. - - - exp(-x*x) - true - x - true - false - - rect - - - - - +The constants pi and e are also available. + + + exp(-x*x) + true + x + true + false + + rect + + + + +