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/projection" example ( examples/api/custom_scale_example.py ),
and it's not that important.

Thanks, cheers 

Thomas

>It depends on how far you want to go.
>
>* Manually setting ticks is a easiest solution, I guess.
>
>* The next step would be to create your custom tick locator & formatter
>
>http://matplotlib.sourceforge.net/api/ticker_api.html
>
>While this is not that difficult, you will need to spend some time.
>
>* axes_grid toolkit has limited support for arbitrary coordinate system.
>
>http://matplotlib.sourceforge.net/examples/axes_grid/demo_curvelinear_grid.html
>
>* create your own projection.
>
>http://matplotlib.sourceforge.net/devel/add_new_projection.html
>
>Unless you're familiar with matplotlib and some of it internals, the
>last two options is not recommended.
>Regards,
>
>-JJ
-- 
View this message in context: 
http://www.nabble.com/nonlinear-axes-for-imshow-tp25853828p25891899.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to