Hi JJ,
thanks a lot for your help. I think that
http://matplotlib.sourceforge.net/examples/axes_grid/demo_curvelinear_grid.html
has everything I need, I'll try it out. The coordinates given by the mouse
are off, but that seems to be the case even for the far more elaborate
"custom scale/projectio
On Tue, Oct 13, 2009 at 2:48 AM, thkoe002 wrote:
>
> Hi Eric,
>
> thanks for the help, but this doesn't do what I want.
> I don't want to change the image in any way, I just want the axes to have a
> decreasing spacing. I made a small example with ms paint to clarify.
>
> http://www.nabble.com/fil
Hi Eric,
thanks for the help, but this doesn't do what I want.
I don't want to change the image in any way, I just want the axes to have a
decreasing spacing. I made a small example with ms paint to clarify.
http://www.nabble.com/file/p25867951/axes.png
I could do this with ax.set_xticks() and
thkoe002 wrote:
> Hello,
>
> I have the following problem. I want the axes (only the y-axis, to be exact)
> of a imshow() graph to be nonlinear. By default, the axis goes linearily
> from 0 to (number of pixels). With the [extent] keyword, I can change that
> to going linearly from (arbitrary star
Hello,
I have the following problem. I want the axes (only the y-axis, to be exact)
of a imshow() graph to be nonlinear. By default, the axis goes linearily
from 0 to (number of pixels). With the [extent] keyword, I can change that
to going linearly from (arbitrary start) to (arbitrary end). Now,