This seems to be fixed by changing the graph.layers order.
In graph.grpah.init(self), replacing
<code>for name in ["background", "filldata", "axes.grid", "axis.baseline",
"axis.ticks", "axis.labels", "axis.title", "data", "key"]:</code>
for
<code>for name in ["background", "filldata", "data", "axes.grid",
"axis.baseline", "axis.ticks", "axis.labels", "axis.title", "key"]:</code>
fixes this bug.
---
** [bugs:#60] plot drawn on top of axes.**
**Status:** open
**Labels:** graph
**Created:** Wed Jan 30, 2013 09:48 AM UTC by Jorge Leitão
**Last Updated:** Wed Jan 30, 2013 09:48 AM UTC
**Owner:** nobody
The plotting is always made on top of the axes. This is not the desirable
behavior as the ticks of the axes should be on top of the data. I even tried to
change the order of doplot and doaxes on the graph.graph.finish(), but it does
not fix it.
---
Sent from sourceforge.net because you indicated interest in
<https://sourceforge.net/p/pyx/bugs/60/>
To unsubscribe from further messages, please visit
<https://sourceforge.net/auth/prefs/>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
PyX-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-devel