[matplotlib-devel] Title for legend

2009-02-13 Thread Sandro Tosi
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 plan to do it anytime soon. [1] http://www.mail-archive.com/ma

Re: [matplotlib-devel] [IPython-dev] Interactive wx/pylab with no threads (PyOS_InputHook)

2009-02-13 Thread Prabhu Ramachandran
On 02/09/09 05:38, Brian Granger wrote: > IPython and matplotlib devs, > > Over the weekend I have been playing around to see if it is possible > to do interactive GUI work with wx from IPython *without using > threads*. The idea here is to use PyOS_InputHook. Currently, recent > versions of PyQ

Re: [matplotlib-devel] [IPython-dev] Interactive wx/pylab with no threads (PyOS_InputHook)

2009-02-13 Thread Prabhu Ramachandran
On 02/09/09 11:59, Gael Varoquaux wrote: > On Sun, Feb 08, 2009 at 04:08:31PM -0800, Brian Granger wrote: >> * In the current matplotlib backend wx.Yield() is called in a way that >> is not safe as far as protecting against recursive calls to Yield. I >> think it should be called in this way: > >

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

[matplotlib-devel] svnmerge other files?

2009-02-13 Thread Ryan May
Hi, Can anyone explain why everytime I go to merge changes from the maintainance branch, it wants to tweak these files (besides the ones I actually changed)? doc/pyplots/README doc/sphinxext/gen_gallery.py doc/sphinxext/gen_rst.py Ryan -- Ryan May Graduate Research Assistant School of Meteorol

Re: [matplotlib-devel] svnmerge other files?

2009-02-13 Thread Michael Droettboom
I don't know why -- but what is different about those files is that they were added on the branch since the branch was created. I couldn't find any others that were. Perhaps svnmerge.py doesn't track adds completely correctly. In any case, it doesn't in fact change the content of these files

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