Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fillarea concave objects not plotting right #18

Open
doutriaux1 opened this issue Oct 5, 2016 · 3 comments
Open

fillarea concave objects not plotting right #18

doutriaux1 opened this issue Oct 5, 2016 · 3 comments
Assignees
Labels
bug high Highest priority issue
Milestone

Comments

@doutriaux1
Copy link
Contributor

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 doutriaux1 added the bug label Oct 5, 2016
@doutriaux1 doutriaux1 modified the milestone: 3.0 May 5, 2017
@doutriaux1 doutriaux1 modified the milestones: 3.0, post 3.0 Mar 29, 2018
@doutriaux1 doutriaux1 modified the milestones: 8.1, 8.2 Mar 27, 2019
@doutriaux1
Copy link
Contributor Author

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

@scottwittenburg
Copy link
Collaborator

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

@scottwittenburg
Copy link
Collaborator

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

@scottwittenburg scottwittenburg added the high Highest priority issue label May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug high Highest priority issue
Projects
None yet
Development

No branches or pull requests

3 participants