CDAT / vcs

Visualization Control System
19 stars 13 forks source link

fillarea concave objects not plotting right #18

Open doutriaux1 opened 8 years ago

doutriaux1 commented 8 years ago
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 commented 5 years ago

@scottwittenburg I just tried it and it seems to produce a blank screen these days. bug

scottwittenburg commented 5 years ago

Hmmm, I thought we had a test for that, but I guess not?

scottwittenburg commented 5 years ago

The original code was supposed to be an hourglass, I guess.