Re: [matplotlib-devel] Title for legend

2009-02-14 Thread Jae-Joon Lee
I just committed the support of the legend title into the trunk. See the legend_demo3.py. Regards, -JJ On Fri, Feb 13, 2009 at 3:10 PM, Jae-Joon Lee wrote: > John and Sandro, > > I just had a quick look at the patch. The patch is for older version > of the mpl, and I couldn't test it yet. Anyhow

Re: [matplotlib-devel] Title for legend

2009-02-13 Thread Jae-Joon Lee
John and Sandro, I just had a quick look at the patch. The patch is for older version of the mpl, and I couldn't test it yet. Anyhow, it should be straight forward to port it to the new legend class. I'll work on it. Meanwhile, below is a little code one may use to put the legend title w/o modify

Re: [matplotlib-devel] Title for legend

2009-02-13 Thread John Hunter
On Fri, Feb 13, 2009 at 3:31 AM, Sandro Tosi wrote: > Hello, > a friend point me to [1] asking if there's a way to add a title to > legend without applying this patch. Well, my answer was "not that I > know of" then I start wondering if there's a reason this patch was not > applied and there's a p