Skip to content

Commit f5713f1

Browse files
Update notes.
1 parent 0c6b490 commit f5713f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/render_efficiency_3d.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
# 3.1.0 DO NOT work, due to bugs in the handling of zorder (if it
2323
# works at all??):
2424
#
25-
# https://stackoverflow.com/q/37611023/188046
25+
# > 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
2630
#
2731
# Unfortunately this seems to require pinning this exact version of
2832
# matplotlib because no variation of the zorder and order of drawing

0 commit comments

Comments
 (0)