Revision: 4879
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4879&view=rev
Author:   mdboom
Date:     2008-01-18 09:59:51 -0800 (Fri, 18 Jan 2008)

Log Message:
-----------
Fix poly_editor.py

Modified Paths:
--------------
    branches/v0_91_maint/examples/poly_editor.py

Modified: branches/v0_91_maint/examples/poly_editor.py
===================================================================
--- branches/v0_91_maint/examples/poly_editor.py        2008-01-18 17:57:23 UTC 
(rev 4878)
+++ branches/v0_91_maint/examples/poly_editor.py        2008-01-18 17:59:51 UTC 
(rev 4879)
@@ -37,6 +37,7 @@
 
         x, y = zip(*self.poly.xy)
         self.line = Line2D(x,y,marker='o', markerfacecolor='r', animated=True)
+        self.ax.add_line(self.line)
         #self._update_line(poly)
 
         cid = self.poly.add_callback(self.poly_changed)


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to