[EMAIL PROTECTED] wrote: > Revision: 5881 > http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5881&view=rev > Author: jdh2358 > Date: 2008-07-25 23:54:37 +0000 (Fri, 25 Jul 2008) > > Log Message: > ----------- > added set_figure method for quiverkey > > Modified Paths: > -------------- > trunk/matplotlib/lib/matplotlib/quiver.py > > Modified: trunk/matplotlib/lib/matplotlib/quiver.py > =================================================================== > --- trunk/matplotlib/lib/matplotlib/quiver.py 2008-07-25 23:52:46 UTC (rev > 5880) > +++ trunk/matplotlib/lib/matplotlib/quiver.py 2008-07-25 23:54:37 UTC (rev > 5881) > @@ -296,7 +296,7 @@ > quiverkey_doc = _quiverkey_doc > > def set_figure(self, fig): > - Artist.set_figure(self, fig) > + martist.Artist.set_figure(self, fig) > self.text.set_figure(fig) > > class Quiver(collections.PolyCollection):
This looks incomplete--shouldn't the QuiverKey initializer be using this function to set the figure from Q.ax.figure, and then should be using self.figure to get the transform? I don't want to jump in if you are in the middle of working with it, though. I don't know what your motivation for adding this function was. Eric ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel