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.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to