[Matplotlib-users] Rotating X-Labels on AxesGrid?

2009-12-04 Thread PHobson
Hey folks, I'm trying to make some bar plots using AxesGrid and the set_xlabels method doesn't seem to notice that I'm passing a 'rotation' kwarg. Here's a small script that showing that this doesn't work: # -- import matplotlib.pyplot as pl from

Re: [Matplotlib-users] Rotating X-Labels on AxesGrid?

2009-12-04 Thread Jae-Joon Lee
First of all, unless you're displaying multiple images (with aspect), there is not much of benefit of using axes_grid toolkit. So I strongly recommend you to stick to subplot. axes_grid toolkit uses different kind of artists to draw ticklabels. Therefore, most of the matplotlib command that try