Re: [matplotlib-devel] Bug in Draggable Legend

2011-03-03 Thread James Kitchen
Looks like that fixed it. Thanks! Jim From: Benjamin Root To: Jae-Joon Lee Cc: James Kitchen ; matplotlib-devel@lists.sourceforge.net Sent: Thu, March 3, 2011 11:40:32 AM Subject: Re: [matplotlib-devel] Bug in Draggable Legend On Thu, Mar 3, 2011 at 10

[matplotlib-devel] Bug in Draggable Legend

2011-03-03 Thread James Kitchen
Hi all, I found a small bug in the Draggable Legend feature when you single-click on a legend, but don't drag it. It raises a TypeError. Here's code to reproduce. Try dragging the legend, then single-click the legend. #!/usr/bin/env python import matplotlib as mpl import pylab fig = pylab.f

[matplotlib-devel] pick_event problems

2011-03-02 Thread James Kitchen
Hello all, I've been working on some interactive graphs and have run into several problems with the pick_event feature: (1) If a Figure Legend is made draggable() and then dropped onto an AxesSubplot, it can no longer be dragged (2) Any lines associated with the left axis of a twinx() subplot a