|
From: Andreas H. <li...@hi...> - 2014-02-14 16:44:21
|
>> 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 ) Yes, thanks, Pierre! Andreas. |