plotter
2015-04-06 15:23:15 UTC
The second example on
http://matplotlib.org/examples/pylab_examples/zorder_demo.html seems to
expose a bug, which is clearly visible in the vector version:
The blue curve with zorder=2 is plotted below the frame and all others with
zorder >= 3 are plotted above the frame. This is because the frame zorder is
hardcoded to be 2.5. This behaviour is certainly unexpected by most users.
How can one modify the mutual zorder of lines without conflicting with
standard axis elements?
--
View this message in context: http://matplotlib.1069221.n5.nabble.com/bug-in-zorder-example-tp45342.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
http://matplotlib.org/examples/pylab_examples/zorder_demo.html seems to
expose a bug, which is clearly visible in the vector version:
The blue curve with zorder=2 is plotted below the frame and all others with
zorder >= 3 are plotted above the frame. This is because the frame zorder is
hardcoded to be 2.5. This behaviour is certainly unexpected by most users.
How can one modify the mutual zorder of lines without conflicting with
standard axis elements?
--
View this message in context: http://matplotlib.1069221.n5.nabble.com/bug-in-zorder-example-tp45342.html
Sent from the matplotlib - users mailing list archive at Nabble.com.