[Matplotlib-users] colorbar, ax.get_position after figsize changed by ax.set_aspect

2006-10-05 Thread George Nurser
I have been trying to i. plot a figure using pcolormesh ii. set the proportions of the figure using ax.set_aspect iii. draw colorbar Problem is, colorbar height uses whole of axes box, not just height of figure (whose proportions were set by call of ax.set_aspect(aspect=2.,adjustable='box')). I

Re: [Matplotlib-users] colorbar, ax.get_position after figsize changed by ax.set_aspect

2006-10-05 Thread Eric Firing
George Nurser wrote: I have been trying to i. plot a figure using pcolormesh ii. set the proportions of the figure using ax.set_aspect iii. draw colorbar Problem is, colorbar height uses whole of axes box, not just height of figure (whose proportions were set by call of