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

detect single-point arcs and draw as points #10

Closed
ghorn opened this issue Apr 29, 2015 · 0 comments
Closed

detect single-point arcs and draw as points #10

ghorn opened this issue Apr 29, 2015 · 0 comments
Assignees
Labels

Comments

@ghorn
Copy link
Owner

ghorn commented Apr 29, 2015

Right now it expects lists of arcs: [[(t0,x0), (t1,x1)], [(t2,x2), (t3,x3)]]
When it gets an arc with one point in each arc like [[(t0,x0)], [(t1,x1)]] it will draw nothing.

This should be efficiently detected and should be drawn either as dots or one line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant