Hi Eric
I am using matplotlib-0.90.0.
I am making 2 contourf subplots of temperature values which have similar but
not equal ranges. In subplot1 the range is 15-25; in subplot2 it is 16 to
24. I use clim, giving it the max and min values obtained from a comparison
of subplot1 and 2; i.e., I use clim([15, 25]) on both subplots. The two
subplots display exactly as I want them to.
Next, I want 2 colorbars to go with the two subplots. I want the range of
each colorbar to be the same, set as the clim values (15 and 25). This
happens for subplot1, but not for subplot2, which shows the range 16-24,
following its input data range and not the clim values.
So what I want to know is if it is possible to overide the colorbar limits,
setting them to 15-25?
I hope that's clearer now, thanks, Evan
On 3/27/07, Eric Firing <[EMAIL PROTECTED]> wrote:
Evan,
It is still not quite clear to me what you want versus what you are
getting. With recent versions of mpl, the colorbar automatically uses
the same color boundaries as contourf, if that is what the colorbar is
tracking. What version of mpl are you using?
(With the most recent mpl I see that there is a strange bug such that
setting clim clobbers the axis tick labeling for the colorbar--yet
another thing that needs to be figured out and fixed.)
-------------------------------------------------------------------------
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