Re: [Matplotlib-users] Coordinate transformations and second axis

2009-10-07 Thread Jae-Joon Lee
As far as I know, there is no easy way to do that with mpl (especially when image is involved). You may manually add ticks and ticklabels (but without using set_ticks, etc). If you're using 0.99 and later, you may use axes_grid toolkit, but it has some cons. So, if you're going to use it, please r

Re: [Matplotlib-users] coordinate transformations

2008-10-09 Thread Jeff Whitaker
Mathew Yeates wrote: > Hi Jeff > > I took a look and I'm still confused. Do you happen to have any code > that goes Geodetic (lat,lon) to Geocentric (lat,lon)? > > Thanks > Mathew Mathew: No, and I must confess I don't even know what that means. You might check the proj4 docs and/or mailing lis

Re: [Matplotlib-users] coordinate transformations

2008-10-09 Thread Jeff Whitaker
Mathew Yeates wrote: > Hi > Are there any modules in matplotlib for coordinate transformations. In > particular, I want to go from geodetic to WGS-84. > > Thanks > Mathew > > Mathew: The pyproj module is included in the basemap toolkit and can be accessed with from mpl_toolkits.basemap impor