Revision: 4784
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4784&view=rev
Author:   mdboom
Date:     2007-12-21 07:13:14 -0800 (Fri, 21 Dec 2007)

Log Message:
-----------
Update unit test to use Arc instead of Ellipse.

Modified Paths:
--------------
    branches/transforms/unit/ellipse_compare.py

Modified: branches/transforms/unit/ellipse_compare.py
===================================================================
--- branches/transforms/unit/ellipse_compare.py 2007-12-21 15:08:38 UTC (rev 
4783)
+++ branches/transforms/unit/ellipse_compare.py 2007-12-21 15:13:14 UTC (rev 
4784)
@@ -36,7 +36,7 @@
 
 ax = fig.add_subplot(212, aspect='equal')
 ax.fill(x, y, alpha=0.2, facecolor='green', edgecolor='green', zorder=1)
-e2 = patches.Ellipse((xcenter, ycenter), width, height,
+e2 = patches.Arc((xcenter, ycenter), width, height,
              angle=angle, linewidth=2, fill=False, zorder=2)
 
 


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 2005.
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