From 00f6636fb57c16940a91c6dd743f442fcc5df556 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 14 Sep 2006 23:07:51 +0000 Subject: Renamed effect and made an extended "Function Plotter". Kind of an excuse to showcase the 'notebook' parameter type i added. (bzr r1707) --- share/extensions/funcplot.inx | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 share/extensions/funcplot.inx (limited to 'share/extensions/funcplot.inx') diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx new file mode 100644 index 000000000..cd813f077 --- /dev/null +++ b/share/extensions/funcplot.inx @@ -0,0 +1,34 @@ + + <_name>Function Plotter + org.inkscape.effect.funcplot + funcplot.py + inkex.py + + + 0.0 + 1.0 + 0.0 + 1.0 + 8 + + + The following functions are available: +(the available functions are the standard python math functions) +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). + +The constants pi and e are also available. + + + exp(-x*x) + true + + + rect + + + + + + -- cgit v1.2.3