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 was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- 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-checkins mailing list Matplotlib-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins