Re: [Matplotlib-users] Geo projections, aspect ratio, and imshow

2011-02-11 Thread Matthew Turk
Hi Ben, On Thu, Feb 10, 2011 at 5:27 PM, Benjamin Root wrote: > > > On Thu, Feb 10, 2011 at 4:13 PM, Matthew Turk wrote: >> >> Hi Ben, >> >> On Thu, Feb 10, 2011 at 5:06 PM, Benjamin Root wrote: >> > On Thu, Feb 10, 2011 at 1:38 PM, Matthew Turk >> > wrote: >> >> >> >> Hi there, >> >> >> >> I'

Re: [Matplotlib-users] Geo projections, aspect ratio, and imshow

2011-02-10 Thread Benjamin Root
On Thu, Feb 10, 2011 at 4:13 PM, Matthew Turk wrote: > Hi Ben, > > On Thu, Feb 10, 2011 at 5:06 PM, Benjamin Root wrote: > > On Thu, Feb 10, 2011 at 1:38 PM, Matthew Turk > wrote: > >> > >> Hi there, > >> > >> I'm plotting some images in latitude/longitude space. These are > >> images generate

Re: [Matplotlib-users] Geo projections, aspect ratio, and imshow

2011-02-10 Thread Matthew Turk
Hi Ben, On Thu, Feb 10, 2011 at 5:06 PM, Benjamin Root wrote: > On Thu, Feb 10, 2011 at 1:38 PM, Matthew Turk wrote: >> >> Hi there, >> >> I'm plotting some images in latitude/longitude space.  These are >> images generated using the HEALpix method for discretizing the sphere, >> but I have resa

Re: [Matplotlib-users] Geo projections, aspect ratio, and imshow

2011-02-10 Thread Benjamin Root
On Thu, Feb 10, 2011 at 1:38 PM, Matthew Turk wrote: > Hi there, > > I'm plotting some images in latitude/longitude space. These are > images generated using the HEALpix method for discretizing the sphere, > but I have resampled them to a regular grid of phi, theta, and the > resultant image is

[Matplotlib-users] Geo projections, aspect ratio, and imshow

2011-02-10 Thread Matthew Turk
Hi there, I'm plotting some images in latitude/longitude space. These are images generated using the HEALpix method for discretizing the sphere, but I have resampled them to a regular grid of phi, theta, and the resultant image is contained in a variable img. This is a fully-self contained snipp