Re: [matplotlib-devel] legend.py "ValueError: numpoints must be >= 0; it was 0"

2011-07-20 Thread Jae-Joon Lee
Sorry for this very very reply. The error message is now fixed in the git master branch. Regards, -JJ On Fri, May 20, 2011 at 12:31 PM, Steve Ward wrote: > In legend.__init__ the exception message doesn't match the condition > that raises it.  I think it should say "numpoints must be > 0".  I'

Re: [matplotlib-devel] Plan for cutting v1.1.0?

2011-07-20 Thread Benjamin Root
On Friday, July 15, 2011, Fernando Perez wrote: > On Wed, Jul 13, 2011 at 1:58 PM, Benjamin Root wrote: >> I would love to find out if there is some way to embed a video using sphinx > > have a look at the sources for: > > http://fperez.org/talks > > Cheers, > > f > That is pretty straight-forwa

[matplotlib-devel] Figures don't keep a reference to widgets.

2011-07-20 Thread Charles R Harris
This turned up when I generated blowups of portions of a thumbnail image by clicking on various locations. The blowups contained a button, but the button was inoperative. My guess is that when the click handler that created the blowup exited it took the button object with it. My workaround was to c