diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2006-11-24 21:36:32 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2006-11-24 21:36:32 +0000 |
| commit | 2ab949705e9120aa2b882cdc619b6d50339c0831 (patch) | |
| tree | 8e772bf8ecf302c0a82592b8525717399a3a6d15 /share/extensions/funcplot.inx | |
| parent | Deleted the Wavy extension, because functionplotter provides the same functio... (diff) | |
| download | inkscape-2ab949705e9120aa2b882cdc619b6d50339c0831.tar.gz inkscape-2ab949705e9120aa2b882cdc619b6d50339c0831.zip | |
Added "multiply x-range with 2*pi" option to function plotter for easier use
(bzr r2033)
Diffstat (limited to 'share/extensions/funcplot.inx')
| -rw-r--r-- | share/extensions/funcplot.inx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index a7318ccbf..5c9ba6230 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -7,6 +7,7 @@ <page name="sampling" _gui-text="Sampling">
<param name="xstart" type="float" min="-1000.0" max="1000.0" _gui-text="Start x-value">0.0</param>
<param name="xend" type="float" min="-1000.0" max="1000.0" _gui-text="End x-value">1.0</param>
+ <param name="times2pi" type="boolean" _gui-text="Multiply x-range by 2*pi">false</param>
<param name="ybottom" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's bottom">0.0</param>
<param name="ytop" type="float" min="-1000.0" max="1000.0" _gui-text="y-value of rectangle's top">1.0</param>
<param name="samples" type="int" min="2" max="1000" _gui-text="Samples">8</param>
|
