How can I change font properties of a legend title? Thanks, Alan Isaac
On 8/31/2011 5:48 PM, Alan G Isaac wrote: > How can I change font properties of a legend title? Related question: would it be a reasonable suggestion for Legend.set_title to take a ``prop`` argument? Alan Isaac
On Thu, Sep 1, 2011 at 7:21 AM, Alan G Isaac <ala...@gm...> wrote: > On 8/31/2011 5:48 PM, Alan G Isaac wrote: >> How can I change font properties of a legend title? > > > Related question: would it be a reasonable suggestion for > Legend.set_title to take a ``prop`` argument? > > Alan Isaac Can you file an github issue for this? Regards, -JJ > > > ------------------------------------------------------------------------------ > Special Offer -- Download ArcSight Logger for FREE! > Finally, a world-class log management solution at an even better > price-free! And you'll get a free "Love Thy Logs" t-shirt when you > download Logger. Secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsisghtdev2dev > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users >
On 8/31/2011 8:08 PM, Jae-Joon Lee wrote: > Can you file an github issue for this? https://github.com/matplotlib/matplotlib/issues/448 Thanks!
l = legend() l.get_title().set_fontproperties(...) -JJ On Thu, Sep 1, 2011 at 6:48 AM, Alan G Isaac <ala...@gm...> wrote: > How can I change font properties of a legend title? > > Thanks, > Alan Isaac > > ------------------------------------------------------------------------------ > Special Offer -- Download ArcSight Logger for FREE! > Finally, a world-class log management solution at an even better > price-free! And you'll get a free "Love Thy Logs" t-shirt when you > download Logger. Secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsisghtdev2dev > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users >