I've just run into this problem myself. I think I've tracked down the
offending code to lines 1910-1916 of
/usr/lib/pymodules/pythn2.7/matplotlib/axes.py
this is within the function definition for draw()
-
if self.axison and not inframe:
if self._axisbelow:
self.xaxis.set_zorder
Hi,
2012/7/30 oc-spam65 :
> Hello,
>
> Can the 'zorder' of the ticks be set? This minimal example shows a
> hard-coded value of 2.5
>
> This may come from file "matplotlib/axes.py", function "draw()". Can it
> be adjusted? Shall it be bug-reported?
>
> #