From 35ff437164212441209e18d2f56903e591f2ef61 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Fri, 22 Jun 2007 11:11:19 +0000 Subject: Added polar coordinates. Added "Use" tab to dialog. (bzr r3085) --- share/extensions/funcplot.inx | 41 ++++++++++++++++++++++++++--------------- 1 file changed, 26 insertions(+), 15 deletions(-) (limited to 'share/extensions/funcplot.inx') diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index a093a3ff2..11250c7c3 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -5,17 +5,28 @@ inkex.py - 0.0 - 1.0 - false - 0.0 - 1.0 - 8 - false + 0.0 + 1.0 + false + 0.0 + 1.0 + 8 + false + true - - <_param name="pythonfunctions" type="description">The following functions are available: -(the available functions are the standard python math functions) + + <_param name="funcplotuse" type="description">Select a rectangle before calling effect. +Rectangle determines x and y scales. + +With polar coordinates: + Start and End x-values define the angle range in radians. + 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: + 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); hypot(x,y); @@ -25,11 +36,11 @@ cosh(x); sinh(x); tanh(x). The constants pi and e are also available. - exp(-x*x) - true - x - true - false + exp(-x*x) + true + x + true + false rect -- cgit v1.2.3