Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 637920d

Browse files
committed
added more path codes
svn path=/trunk/matplotlib/; revision=3607
1 parent ade752e commit 637920d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mpl1/mpl1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ def make_agg_path(pathdata):
506506
for i in range(Ncodes):
507507
x, y = xy[i]
508508
code = codes[i]
509+
#XXX handle other path codes here
509510
if code==MOVETO:
510511
agg_path.move_to(x, y)
511512
elif code==LINETO:

0 commit comments

Comments
 (0)