|
From: Jae-Joon L. <lee...@gm...> - 2011-08-19 03:09:59
|
On Fri, Aug 19, 2011 at 1:29 AM, mogliii <mo...@gm...> wrote: > Looking back I must say that > http://matplotlib.sourceforge.net/api/gridspec_api.html#matplotlib.gridspec.GridSpecBase > is not very helpful. And it is very counter-intuitive to the Axes > dimension specification with location lower left and width/height > >>> plt.axes([0.1, 0.1, 0.8, 0.8]) Those parameters are inherited from subplot parameters http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.subplots_adjust But, I agree that the documentation of grispec needs to be improved (any contribution will be appreciated). Regards, -JJ |