Re: [Matplotlib-users] formatting help with legend for stacked bar graph with many categories

2009-07-17 Thread Jae-Joon Lee
To change the legend font size, you may change the legend.fontsize in rcParams. The change will be global. If you want to change the font size of some particular legend, use the appropriate font property as the prop keyword.

[Matplotlib-users] formatting help with legend for stacked bar graph with many categories

2009-07-16 Thread Chuck Pepe-Ranney
Hello Users, I need some help with formatting a legend for a stacked bar graph. Each bar is segmented into ~35 categories so my legend ends up being a long mess overlapping my plot. How can I position my legend outside of the plot and reduce the spacing and fontsize for the text? Thanks, -