diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-26 17:37:48 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-26 17:37:48 +0000 |
| commit | 43bc2051d07eb88f0ef3bff36880d9b39e809cc5 (patch) | |
| tree | 18582075e686eb9bcc2e1af5ef9e2a4ceb19e65b /share/extensions/funcplot.py | |
| parent | Fixing pointwise (diff) | |
| parent | [Bug #1538277] Translations in inkex.py fail unless extension script itself i... (diff) | |
| download | inkscape-43bc2051d07eb88f0ef3bff36880d9b39e809cc5.tar.gz inkscape-43bc2051d07eb88f0ef3bff36880d9b39e809cc5.zip | |
update to trunk
(bzr r13645.1.144)
Diffstat (limited to 'share/extensions/funcplot.py')
| -rwxr-xr-x | share/extensions/funcplot.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/extensions/funcplot.py b/share/extensions/funcplot.py index c0fb3e525..557aac302 100755 --- a/share/extensions/funcplot.py +++ b/share/extensions/funcplot.py @@ -34,8 +34,6 @@ import inkex import simplepath import simplestyle -inkex.localize() - def drawfunction(xstart, xend, ybottom, ytop, samples, width, height, left, bottom, fx = "sin(x)", fpx = "cos(x)", fponum = True, times2pi = False, polar = False, isoscale = True, drawaxis = True, endpts = False): |
