Re: [Matplotlib-users] caxis in matplotlib / basemap

2007-05-10 Thread Eric Firing
Maybe someone already answered, but if not, the answer is the pylab clim() function, or directly using the image or collection set_clim() method. Simple example for you to try using the ipython -pylab environment: contourf(rand(20,30)) clim(-1, 2) Eric Sebastian Krieger wrote: > Hi everybody!

[Matplotlib-users] caxis in matplotlib / basemap

2007-05-09 Thread Sebastian Krieger
Hi everybody! I've just started using Python and matplotlib & basemap in order to continue using Matlab. I want to make some sea surface height anomaly plots and could find out how to define the color limits equivalent to caxis in Matlab. Can anyone help me? Thanks Sebastian -