Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade752e commit 637920dCopy full SHA for 637920d
1 file changed
mpl1/mpl1.py
@@ -506,6 +506,7 @@ def make_agg_path(pathdata):
506
for i in range(Ncodes):
507
x, y = xy[i]
508
code = codes[i]
509
+ #XXX handle other path codes here
510
if code==MOVETO:
511
agg_path.move_to(x, y)
512
elif code==LINETO:
0 commit comments