From 36c73a704b281e616d779b1eac5430d7527a9338 Mon Sep 17 00:00:00 2001 From: Martin Owens Date: Sun, 9 Sep 2018 10:28:15 +0200 Subject: Move extensions to git inkscape-extensions repository --- share/extensions/funcplot.inx | 57 ------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 share/extensions/funcplot.inx (limited to 'share/extensions/funcplot.inx') diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx deleted file mode 100644 index 58cf158ca..000000000 --- a/share/extensions/funcplot.inx +++ /dev/null @@ -1,57 +0,0 @@ - - - <_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: - -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); -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 - false - true - false - false - - rect - - - - - - -- cgit v1.2.3