|
From: <jd...@us...> - 2007-07-22 20:03:46
|
Revision: 3607
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3607&view=rev
Author: jdh2358
Date: 2007-07-22 13:03:45 -0700 (Sun, 22 Jul 2007)
Log Message:
-----------
added more path codes
Modified Paths:
--------------
trunk/matplotlib/mpl1/mpl1.py
Modified: trunk/matplotlib/mpl1/mpl1.py
===================================================================
--- trunk/matplotlib/mpl1/mpl1.py 2007-07-22 20:03:08 UTC (rev 3606)
+++ trunk/matplotlib/mpl1/mpl1.py 2007-07-22 20:03:45 UTC (rev 3607)
@@ -506,6 +506,7 @@
for i in range(Ncodes):
x, y = xy[i]
code = codes[i]
+ #XXX handle other path codes here
if code==MOVETO:
agg_path.move_to(x, y)
elif code==LINETO:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|