[Matplotlib-users] colorbar() moves to wrong place on subplots_adjust call

2011-06-13 Thread Nicholas Devenish
I've been seeing weird behaviour with using a colorbar() and adjusting the plot extents, either interactively in the GUI or through figure.subplots_adjust. If I adjust the axes after drawing the colorbar, it is placed incorrectly. This seems to happen independently of the backends that I have and e

[Matplotlib-users] Axis font and exponent questions

2011-01-19 Thread Nicholas Devenish
Hi, I have a few questions on formatting axis labels, when using the ScalarFormatter class (which appears to be the basic standard). Firstly, is there a general method to change the font size of all labels on the axis, other than looping over them such as in: >>> [x.set_fontsize(10) for x in plt