-
Notifications
You must be signed in to change notification settings - Fork 74
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
ASCII tree drawer does not support several options #55
Comments
This also applies to the unicode drawer |
This will become irrelevant if we split the draw method into draw_text and draw_svg (and it part of the motivation for this split). |
Makes sense to me to split the draw method |
jeromekelleher
added a commit
to jeromekelleher/tskit
that referenced
this issue
Jun 21, 2019
Closes tskit-dev#55 by raising a ValueError for any unsupported arguments.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are several options on the tree.draw method that the ascii backend ignores. These should be updated and fixed.
At a minimum, we should update it to support drawing mutations.
The text was updated successfully, but these errors were encountered: