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

Unicode Histogram in Tree #225

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Conversation

michaelmckinsey1
Copy link
Collaborator

@michaelmckinsey1 michaelmckinsey1 commented Nov 12, 2024

Summary

Visualize (min, max) values for each node and histogram of profile values using unicode bars. Designed to give user a quick view of data distribution. Number of bars is the square root of the number of profiles for that node.

Examples

Example for 70 profiles. Notice slight difference vs Matplotlib histogram, since we are limited to 7 bar sizes.

Tree histogram:
image
Matplotlib histogram:
image

@michaelmckinsey1 michaelmckinsey1 self-assigned this Nov 15, 2024
@michaelmckinsey1 michaelmckinsey1 added area-visualization Issues and PRs involving any of Thicket's provided visualizations priority-normal Normal priority issues and PRs status-work-in-progress PR is currently being worked on type-feature Requests for new features or PRs which implement new features labels Nov 15, 2024
@michaelmckinsey1 michaelmckinsey1 marked this pull request as ready for review November 15, 2024 22:36
@michaelmckinsey1
Copy link
Collaborator Author

Should this be on or off by default?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-visualization Issues and PRs involving any of Thicket's provided visualizations priority-normal Normal priority issues and PRs status-work-in-progress PR is currently being worked on type-feature Requests for new features or PRs which implement new features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant