summaryrefslogtreecommitdiffstats
path: root/share/extensions/funcplot.py
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-05-26 17:37:48 +0000
committerjabiertxof <info@marker.es>2016-05-26 17:37:48 +0000
commit43bc2051d07eb88f0ef3bff36880d9b39e809cc5 (patch)
tree18582075e686eb9bcc2e1af5ef9e2a4ceb19e65b /share/extensions/funcplot.py
parentFixing pointwise (diff)
parent[Bug #1538277] Translations in inkex.py fail unless extension script itself i... (diff)
downloadinkscape-43bc2051d07eb88f0ef3bff36880d9b39e809cc5.tar.gz
inkscape-43bc2051d07eb88f0ef3bff36880d9b39e809cc5.zip
update to trunk
(bzr r13645.1.144)
Diffstat (limited to 'share/extensions/funcplot.py')
-rwxr-xr-xshare/extensions/funcplot.py2
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):