vcs icon indicating copy to clipboard operation
vcs copied to clipboard

fillarea concave objects not plotting right

Open doutriaux1 opened this issue 7 years ago • 3 comments

import vcs
f=vcs.createfillarea()
x=vcs.init()
f.y=[.2,.2,.8,.8,.2]
f.x=[.2,.8,.2,.8,.2]
f.color=["red"]
x.plot(f)

produces:

bad

doutriaux1 avatar Oct 05 '16 18:10 doutriaux1