Re: [Matplotlib-users] Documentation for mpl_toolkits.basemap

2014-02-13 Thread Paul Hobson
It's not the wrong place, per se. But I think if you created an issue on the github repository, it's less likely to get lost in the ether. https://github.com/matplotlib/basemap On Wed, Feb 12, 2014 at 7:17 PM, Roman Olson roman.ol...@unsw.edu.auwrote: Hi All, I am new to this list so I

[Matplotlib-users] completely filling a figure canvas

2014-02-13 Thread Andreas Hilboll
I need some help in saving effort to make a figure fill its canvas: Is there a way to have subplots_adjust() automatically chose left, right, bottom, top values so that everything that's been drawn tightly fits the figure? Basically I'm looking for something similar to bbox_inclues='tight' in

Re: [Matplotlib-users] completely filling a figure canvas

2014-02-13 Thread Pierre Haessig
Hi Andreas, Le 14/02/2014 08:12, Andreas Hilboll a écrit : Is there a way to have subplots_adjust() automatically chose left, right, bottom, top values so that everything that's been drawn tightly fits the figure? What about plt.tight_layout() ? (or fig.tight_layout ) best, Pierre