|
From: Benjamin R. <ben...@ou...> - 2012-01-07 17:18:09
|
On Saturday, January 7, 2012, Jae-Joon Lee <lee...@gm...> wrote: > Please post a complete (but simple) example that we can easily test. > Doing the *subplot_adjust* will mess up the location of colorbars, but > I believe that colorbars should be still there. > If you're using v1.1 and later, see if using the "use_gridspec" > parameter works. For example, > > colorbar(use_gridspec=True) > > Regards, > > -JJ > > Personally, I just simply use the AxesGrid1 toolkit which automatically allocates space for colorbars if I tell it to. Very easy to use. Ben Root |