Re: [Matplotlib-users] Bug or feature: bbox of maps

2011-11-22 Thread Jeff Whitaker
On 11/21/11 8:45 PM, Arlindo da Silva wrote: Hi, (A similar issue was reported back in 7/4/11 without a definite solution, so I am reposting with some additional diagnostics. ) Up to Matplotlib 0.99 (EPD 6.3) the code snippet below produced a plot with an aligned colorbar as in the

Re: [Matplotlib-users] bug or feature?

2006-10-16 Thread Eric Firing
What you see is a design limitation rather than a bug or feature. One easy workaround is to use the shrink kwarg. See examples/contour_demo.py. Another approach is to create the axes object you want for the colorbar manually, as in examples/multi_image.py and examples/subplots_adjust.py.