Re: [Matplotlib-users] Plotting 3D skymap surfaces

2007-10-10 Thread Jeff Whitaker
Adam Mercer wrote: > On 09/10/2007, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > > >> Adam: If you can convert your coordinates into latitudes and >> longitudes, then you can plot the data with the basemap tookit on your >> choice of map projection (see >> http://www.scipy.org/Cookbook/Matplotlib

Re: [Matplotlib-users] Plotting 3D skymap surfaces

2007-10-09 Thread Pierre GM
On Tuesday 09 October 2007 20:08:29 Adam Mercer wrote: > On 09/10/2007, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > > Adam: If you can convert your coordinates into latitudes and > > longitudes, then you can plot the data with the basemap tookit on your > > choice of map projection (see > > http://

Re: [Matplotlib-users] Plotting 3D skymap surfaces

2007-10-09 Thread Adam Mercer
On 09/10/2007, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > Adam: If you can convert your coordinates into latitudes and > longitudes, then you can plot the data with the basemap tookit on your > choice of map projection (see > http://www.scipy.org/Cookbook/Matplotlib/Maps for an example). Followi

Re: [Matplotlib-users] Plotting 3D skymap surfaces

2007-10-09 Thread Adam Mercer
On 09/10/2007, Jeff Whitaker <[EMAIL PROTECTED]> wrote: > Adam: If you can convert your coordinates into latitudes and > longitudes, then you can plot the data with the basemap tookit on your > choice of map projection (see > http://www.scipy.org/Cookbook/Matplotlib/Maps for an example). Thats j

Re: [Matplotlib-users] Plotting 3D skymap surfaces

2007-10-09 Thread Jeff Whitaker
Adam Mercer wrote: > Hi > > I have some skymap data, i.e. theta, phi and some intensity that I > would like to plot on the surface of a sphere, does matplotlib support > plotting on the surface of a sphere? I've looked through the examples > and can't seem to find anything. > > Any help would be g

[Matplotlib-users] Plotting 3D skymap surfaces

2007-10-09 Thread Adam Mercer
Hi I have some skymap data, i.e. theta, phi and some intensity that I would like to plot on the surface of a sphere, does matplotlib support plotting on the surface of a sphere? I've looked through the examples and can't seem to find anything. Any help would be greatly appreciated. Cheers Adam