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
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.
--
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,