Re: [Matplotlib-users] Plotting in West Longitude

2006-07-29 Thread Jeff Whitaker
Jeff Sadino wrote: > Hello All, > > I am trying to map the surface of TItan for a summer internship project at > NASA. I would like to use matplotlib to plot, but I need to plot in West > Longitude, where the left edge of the graph starts at 360 and the right edge > ends at 0. Does anyone know

Re: [Matplotlib-users] Plotting in West Longitude

2006-07-27 Thread PGM
HI, There are series like that... > I need to plot in West > Longitude, where the left edge of the graph starts at 360 and the right > edge ends at 0. Does anyone know how to do this? Assuming you have a plot (not an image): xlim(360,0) or gca.set_xlim(360,0) HIH, P. --

[Matplotlib-users] Plotting in West Longitude

2006-07-27 Thread Jeff Sadino
Hello All, I am trying to map the surface of TItan for a summer internship project at NASA. I would like to use matplotlib to plot, but I need to plot in West Longitude, where the left edge of the graph starts at 360 and the right edge ends at 0. Does anyone know how to do this? Thanks much,