[Matplotlib-users] tight_layout and ImageGrid

2013-05-08 Thread Jonathan Slavin
Hi, I wrote a short routine to look through a set of images that result from slightly different processing of the same data. I want to compare three different images and be able to zoom them all in the same way and then move onto the next set of three. The best way that I've found to do that so

[Matplotlib-users] gridspec with text in one of the axes

2013-05-08 Thread Claus Haslauer
Hi,I am trying to produce a set of plots using grispec. There should be an images shown in each of the axes (using imshow) except in one ofthe axes, where I want to show/plot some text. However, the text seems to be too long to be displayed in one line. Is there a way to print it insomething like

Re: [Matplotlib-users] tight_layout and ImageGrid

2013-05-08 Thread Jae-Joon Lee
ImageGrid creates axes for colobar even if cbar_mode=None. These axes for colorbar are set to invisible, so usually they are harmless. tight_layout, however, do not care whether the axes is visible or not, and the warning is because of these invisible axes for colorbars. For comparison, if you