Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 723d216 + 5cdf782 commit 6e3b540Copy full SHA for 6e3b540
examples/misc/svg_filter_line.py
@@ -57,7 +57,7 @@
57
plt.savefig(f, format="svg")
58
59
60
-import xml.etree.cElementTree as ET
+import xml.etree.ElementTree as ET
61
62
# filter definition for a gaussian blur
63
filter_def = """
examples/misc/svg_filter_pie.py
@@ -46,7 +46,7 @@
46
f = BytesIO()
47
48
49
50
51
52
# filter definition for shadow using a gaussian blur
0 commit comments