From 1637dfcadb49da133c1e14b5d20c32cfebd0d3a3 Mon Sep 17 00:00:00 2001 From: Alvin Penner Date: Wed, 15 Sep 2010 20:27:36 -0400 Subject: option to add endpoints on x-axis (Bug 628266) Fixed bugs: - https://launchpad.net/bugs/628266 (bzr r9763) --- share/extensions/funcplot.inx | 77 ++++++++++++++++++++++--------------------- 1 file changed, 39 insertions(+), 38 deletions(-) (limited to 'share/extensions/funcplot.inx') diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index 3867cab82..8eaf33f01 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -1,33 +1,33 @@ - <_name>Function Plotter - org.inkscape.effect.funcplot - funcplot.py - inkex.py - - - 0.0 - 1.0 - false - 0.0 - 1.0 - 8 - false - <_param name="isoscaledesc" type="description">When set, Isotropic scaling uses smallest of width/xrange or height/yrange - true - - - <_param name="funcplotuse" type="description" xml:space="preserve">Select a rectangle before calling the extension, -it will determine X and Y scales. + <_name>Function Plotter + org.inkscape.effect.funcplot + funcplot.py + inkex.py + + + 0.0 + 1.0 + false + 0.0 + 1.0 + 8 + false + <_param name="isoscaledesc" type="description">When set, Isotropic scaling uses smallest of width/xrange or height/yrange + true + + + <_param name="funcplotuse" type="description" xml:space="preserve">Select a rectangle before calling the extension, +it will determine X and Y scales. If you wish to fill the area, then add x-axis endpoints. With polar coordinates: Start and end X values define the angle range in radians. X scale is set so that left and right edges of rectangle are at +/-1. Isotropic scaling is disabled. First derivative is always determined numerically. - - - <_param name="pythonfunctions" type="description" xml:space="preserve">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); @@ -36,20 +36,21 @@ 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 - - - - - + + + exp(-x*x) + true + x + true + false + false + + rect + + + + + -- cgit v1.2.3