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

draw-directed-graph is buggy when two nodes are connected by arrows in both directions #2

Open
w01fe opened this issue Jan 26, 2010 · 1 comment

Comments

@w01fe
Copy link

w01fe commented Jan 26, 2010

(draw-directed-graph [ [1 2] [2 1] ])

shows two arrows from 1 to 2 rather than an arrow from 1 to 2 and one from 2 to 1 (or a single bidirectional arrow). The image version has the same bug.

Otherwise, a great library, thanks!

@drcode
Copy link
Owner

drcode commented Jan 26, 2010

thanks- that is indeed a bad bug. I'll work on it.

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

No branches or pull requests

2 participants