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.
1 parent d481a16 commit a2754f6Copy full SHA for a2754f6
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