Re: [Matplotlib-users] imshow() with colorbar and custom range?

2011-06-08 Thread Daniel Mader
Dear Eric, thanks again for your comment, I am aware that the script contained both the individual colorbars and the common one. My comment in the code was because the placement on the figure is somewhat cramped: ## doesn't really work :/ ## in what way? cax = fig.add_axes([0.25, 0.06, 0.5,

Re: [Matplotlib-users] imshow() with colorbar and custom range?

2011-06-07 Thread Daniel Mader
Hi Eric, 2011/6/6 Eric Firing efir...@hawaii.edu: It's not quite clear to me yet, but I assume you want to use a call to imshow with a different data set in the second subplot, but have the color scale and colorbar be identical to those in the first subplot.  Is that correct?  If so, all you

Re: [Matplotlib-users] imshow() with colorbar and custom range?

2011-06-07 Thread Eric Firing
On 06/07/2011 01:37 AM, Daniel Mader wrote: Hi Eric, 2011/6/6 Eric Firingefir...@hawaii.edu: It's not quite clear to me yet, but I assume you want to use a call to imshow with a different data set in the second subplot, but have the color scale and colorbar be identical to those in the first