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 0c6b490 commit f5713f1Copy full SHA for f5713f1
scripts/render_efficiency_3d.py
@@ -22,7 +22,11 @@
22
# 3.1.0 DO NOT work, due to bugs in the handling of zorder (if it
23
# works at all??):
24
#
25
-# https://stackoverflow.com/q/37611023/188046
+# > Axes3D ignores zorder and draws all artists in the order it thinks they should be.
26
+# >
27
+# > https://stackoverflow.com/q/37611023/188046
28
+#
29
+# See also: https://stackoverflow.com/q/52923540/188046
30
31
# Unfortunately this seems to require pinning this exact version of
32
# matplotlib because no variation of the zorder and order of drawing
0 commit comments