Hello List,
I am trying to determine the position of the axes after an imshow and am
having problems.
I get a different answer on my Mac (the correct answer) than Windows (the
wrong answer).
I have a file called testimage.py with 5 lines:
from pylab import *
c = ones((10,20))
ax = imshow(c)
show(
I'd agree as then it would work as pcolormesh or imshow does which when
passed in the same norm will only set vmin or vmax that wasn't previously
set.
Assume this would be a really easy fix but I can have a look at submitting
a patch if someone else isn't going to do so just let me know.
Cheers,
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?
###
import matplo
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?
>
> #