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

Fix missing edge labels on perfectly orthogonal edges #5

Closed
briatte opened this issue Mar 31, 2016 · 0 comments
Closed

Fix missing edge labels on perfectly orthogonal edges #5

briatte opened this issue Mar 31, 2016 · 0 comments
Assignees
Labels

Comments

@briatte
Copy link
Owner

briatte commented Mar 31, 2016

Do not use

subset(data, x != xend & y != yend)

in stats; use

subset(data, !(x == xend & y == yend))

instead.

@briatte briatte added the bug label Mar 31, 2016
@briatte briatte self-assigned this Mar 31, 2016
@briatte briatte added this to the v0.5.2 milestone Mar 31, 2016
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