Re: [Matplotlib-users] basemap imshow() extents

2012-08-20 Thread Jeff Whitaker
On 8/20/12 8:21 PM, Scott Henderson wrote: > On Mon 20 Aug 2012 06:29:01 PM EDT, Jeff Whitaker wrote: >> On 8/20/12 4:41 PM, Scott Henderson wrote: >>> I'm having trouble with transform_scalar() and imshow() with basemap. >>> Essential I have data from satellite tracks that are either smaller >>> o

Re: [Matplotlib-users] basemap imshow() extents

2012-08-20 Thread Jeff Whitaker
On 8/20/12 4:41 PM, Scott Henderson wrote: I'm having trouble with transform_scalar() and imshow() with basemap. Essential I have data from satellite tracks that are either smaller or larger than the map extent, so I don't want to use Basemap.imshow() which sets the 'extent' keyword automatical

[Matplotlib-users] basemap imshow() extents

2012-08-20 Thread Scott Henderson
I'm having trouble with transform_scalar() and imshow() with basemap. Essential I have data from satellite tracks that are either smaller or larger than the map extent, so I don't want to use Basemap.imshow() which sets the 'extent' keyword automatically. I tried following the following sugges