From: Alan G I. <ala...@gm...> - 2011-08-31 22:21:33
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
From: Jae-Joon L. <lee...@gm...> - 2011-09-01 00:08:37
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
>
From: Jae-Joon L. <lee...@gm...> - 2011-09-01 00:04:04
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
>