Hi, the margins of all examples at http://matplotlib.sourceforge.net/gallery.html for example: http://matplotlib.sourceforge.net/examples/api/collections_demo.html seem to be way to small! For me as a potential user its bad advertising :) Regards, Randolf
Hi, this is a known problem when working with subplots, reducing the figure size or increasing the font size. It is like that by design but there are workarounds. http://old.nabble.com/Feature-request%3A-automatic-scaling-of-subplots,-margins,-etc-td31556961.html http://old.nabble.com/faq%3A-reducing-figure.figsize-cuts-off-labels-and-tick-marks-td30984092.html Hope this helps :) 2011年6月28日 Randolf Ebelt <eb...@ie...>: > Hi, > > the margins of all examples at > > http://matplotlib.sourceforge.net/gallery.html > > for example: > http://matplotlib.sourceforge.net/examples/api/collections_demo.html > > seem to be way to small! For me as a potential user its bad advertising :) > > Regards, > Randolf > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users
On Tue, Jun 28, 2011 at 10:08 AM, Daniel Mader < dan...@go...> wrote: > Hi, > > this is a known problem when working with subplots, reducing the > figure size or increasing the font size. It is like that by design but > there are workarounds. > > > http://old.nabble.com/Feature-request%3A-automatic-scaling-of-subplots,-margins,-etc-td31556961.html > > http://old.nabble.com/faq%3A-reducing-figure.figsize-cuts-off-labels-and-tick-marks-td30984092.html > > Hope this helps :) > > Yes, it is a known problem, and it is by design. However, the OP has a good point that the gallary should have nice-looking plots. Therefore, it would make sense to modify those really bad examples with subplot_adjust() to allow them to look better. Ben Root
> Yes, it is a known problem, and it is by design. However, the OP has a good > point that the gallary should have nice-looking plots. Therefore, it would > make sense to modify those really bad examples with subplot_adjust() to > allow them to look better. Very much agreed :)