Re: [Matplotlib-users] colorbar, setting limits

2007-03-27 Thread Evan Mason

Sorry, I realise that my example in my original post doesn't quite make
sense.  My data range is 17 to 23.  I set clim to be clim([15, 25]).  I then
want the colorbar limits to be the same as clim, 15 to 25.  The questions
remains the same, which is how to set the range for colorbar.

Thanks, Evan
-
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.phpp=sourceforgeCID=DEVDEV___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] colorbar, setting limits

2007-03-27 Thread Eric Firing
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.)

Eric

Evan Mason wrote:
 Sorry, I realise that my example in my original post doesn't quite make 
 sense.  My data range is 17 to 23.  I set clim to be clim([15, 25]).  I 
 then want the colorbar limits to be the same as clim, 15 to 25.  The 
 questions remains the same, which is how to set the range for colorbar.
 
 Thanks, Evan

-
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.phpp=sourceforgeCID=DEVDEV
___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


Re: [Matplotlib-users] colorbar, setting limits

2007-03-27 Thread Evan Mason

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.phpp=sourceforgeCID=DEVDEV___
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users