It is doing it every where. Also look at the tick above the 2 on the
bottom it is slightly clipped.
It is definitely seems worse on the top, which might be showing a
fence-post issue in the clipping/Agg rendering.
As the OP points out zooming in on
http://matplotlib.org/mpl_examples/pylab_exampl
But, why is it doing that only along the top edge and not the other edges
(or are my eyes that bad)?
On Thu, May 7, 2015 at 11:30 AM, Thomas Caswell wrote:
> zorder can be negative, if you want to ensure that all of your lines are
> always below all of the standard axis components simple decreas
zorder can be negative, if you want to ensure that all of your lines are
always below all of the standard axis components simple decrease the
zorder of the elements you want behind rather than increasing the zorder of
the elements you want in front.
@ben look at the top left of
http://matplotlib.
you can always change the zorder of the frame using set_zorder(). Are you
talking about the frame of the legend or the plotting area?
On Mon, Apr 6, 2015 at 11:23 AM, plotter wrote:
> The second example on
> http://matplotlib.org/examples/pylab_examples/zorder_demo.html seems to
> expose a bug,
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