Homepage gallery axis labels

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 :slight_smile:

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 :slight_smile:

2011/6/28 Randolf Ebelt <ebelt@...3648...>:

···

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 :slight_smile:

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
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

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

···

On Tue, Jun 28, 2011 at 10:08 AM, Daniel Mader <danielstefanmader@…982…> 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 :slight_smile:

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 :slight_smile: