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
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