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 d481a16 + a2754f6 commit 6cd24b9Copy full SHA for 6cd24b9
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