diff options
| author | Ted Gould <ted@gould.cx> | 2008-11-01 03:43:30 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-11-01 03:43:30 +0000 |
| commit | 0800a454f230fb7a029c88b0ab14bd9bb8a72bf1 (patch) | |
| tree | 78f551f42f8331a8a4336bdc6a53fb88d6dfda92 /share/extensions/funcplot.inx | |
| parent | Making it so that including simple-node.h will generate an error (diff) | |
| download | inkscape-0800a454f230fb7a029c88b0ab14bd9bb8a72bf1.tar.gz inkscape-0800a454f230fb7a029c88b0ab14bd9bb8a72bf1.zip | |
Merge from trunk
(bzr r6890)
Diffstat (limited to 'share/extensions/funcplot.inx')
| -rw-r--r-- | share/extensions/funcplot.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index 1d5fb5e6e..107076dcf 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -11,7 +11,7 @@ <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> + <param name="samples" type="int" min="2" max="1000" _gui-text="Number of samples">8</param> <param name="isoscale" type="boolean" _gui-text="Isotropic scaling (uses smallest of width/xrange or height/yrange)">false</param> <param name="polar" type="boolean" _gui-text="Use polar coordinates">true</param> </page> |
