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

For nodes, draw takes a picture argument, but edges draw does not #1

Open
jimhefferon opened this issue Jan 3, 2016 · 0 comments
Open

Comments

@jimhefferon
Copy link

Thank you for the very useful software. I believe this is a bug: I want to draw a number of related graphs, so I want to put them in a single file. I can use

picture p1;
node(n1, n2);
draw(p1, n1, n2);

but I cannot use

draw(p1, (n1--n2));

I get this error:

parsetree.asy: 98.5: no matching function 'draw(picture pic, edge, edge, edge, edge, edge, edge, edge, edge, edge, edge, edge, edge, edge, edge, edge)'

Regards,
Jim

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

1 participant