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

Improve PyGame display of tree mutations #2

Open
brianzhang01 opened this issue Nov 25, 2019 · 0 comments
Open

Improve PyGame display of tree mutations #2

brianzhang01 opened this issue Nov 25, 2019 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@brianzhang01
Copy link
Member

Right now the mutations can hit the edge of the tree_canvas, in which case they get cut off. We should make tree_canvas bigger to guarantee the mutations don't get cut off.

Also, we should think about how we want to display multiple mutations on the same branch. Right now we draw over the same mutation which is always placed halfway on the branch.

Additionally, we may want to label or colour mutations so there is a better visual correspondence with the mutations shown along the genome.

@brianzhang01 brianzhang01 added bug Something isn't working enhancement New feature or request good first issue Good for newcomers and removed enhancement New feature or request labels Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant