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

Adds support for tree annotations with coloring and min, max attributes #97

Merged
merged 16 commits into from
Aug 17, 2023

Conversation

Julius-Plehn
Copy link
Contributor

@Julius-Plehn Julius-Plehn commented Jul 20, 2023

This PR adds the possibility to plot trees with an additional tree annotation

New features:

  • It is possible to specify a column that is used to add annotations to the tree. Additionally, it is possible to specify either a colormap, a list of colors to cycle through, or a direct mapping as a dictionary which maps the available annotations to a color.
  • Option to overwrite min and max values, which are extracted from the metric columns by default. This can be helpful if multiple trees should be compared at the same time, so that they share the same coloring schema.

@Julius-Plehn Julius-Plehn added enhancement priority-normal Normal priority issues and PRs area-visualization Issues and PRs involving any of the Hatchet provided visualizations type-feature Requests for new features or PRs which implement new features and removed enhancement labels Jul 20, 2023
@Julius-Plehn Julius-Plehn changed the title Adds support for dataframes with a MultiIndex and several new features Adds support for tree printing of dataframes with a MultiIndex and several new features Jul 21, 2023
@Julius-Plehn Julius-Plehn changed the title Adds support for tree printing of dataframes with a MultiIndex and several new features Adds support for tree annotations with coloring and min, max attributes Jul 24, 2023
@Julius-Plehn Julius-Plehn marked this pull request as ready for review July 28, 2023 20:29
@Julius-Plehn Julius-Plehn added the status-ready-for-review This PR is ready to be reviewed by assigned reviewers label Jul 28, 2023
@slabasan slabasan force-pushed the feature/tree_rework branch from de3085f to 490674f Compare August 17, 2023 15:24
@slabasan slabasan merged commit 468f498 into LLNL:develop Aug 17, 2023
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 the Hatchet provided visualizations priority-normal Normal priority issues and PRs status-ready-for-review This PR is ready to be reviewed by assigned reviewers 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.

2 participants