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

viz for leaf samples distribution #60

Closed
tlapusan opened this issue Oct 18, 2019 · 1 comment · Fixed by #61
Closed

viz for leaf samples distribution #60

tlapusan opened this issue Oct 18, 2019 · 1 comment · Fixed by #61
Labels
enhancement New feature or request
Milestone

Comments

@tlapusan
Copy link
Collaborator

I would like to propose a new vizualisation type for leaf samples : by histrogram.
It is useful when you want to easily see the general distribution of leaf samples, instead of individual leaf samples.
More useful when there is a big tree with a lot of leaves and the bar plot vizualisation is hard to interpret.
For implementation, this will add another value ('hist') for display_type parameter from viz_leaf_samples function.
The new vizualisation will look like this :

hist

  • when we want to include a subset of leaf samples (when we want to exclude the outlier leaves, like that leaf with ±350 samples from above viz)

hist_filter

@parrt what do you think about it ?

@parrt parrt added the enhancement New feature or request label Oct 18, 2019
@parrt
Copy link
Owner

parrt commented Oct 18, 2019

Heh, looks pretty cool! I think it is useful. Let's add

@parrt parrt closed this as completed in #61 Oct 28, 2019
@parrt parrt added this to the 0.7.1 milestone Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants