-
Notifications
You must be signed in to change notification settings - Fork 73
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
Extra parameter to tree.draw() to scale to height of entire ts #167
Comments
Good idea. This will make drawing a full tree sequence much easier. Something like |
I've coded it as |
Addresses tskit-dev#167
Currently here: hyanwong@6944b88 Will create a PR once I've thought of the unit test |
Can you make the PR, it's easier to discuss then as we can see the diff clearly. |
When drawing multiple trees from a ts, we might want the branch lengths to be comparable. AT the moment, trees are drawn to 100% of the height of the tree, not of the entire tree sequence.
I'm happy to code this up in a PR
The text was updated successfully, but these errors were encountered: