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

add ratio_description to title of TagRatio plot #453

Closed
wants to merge 10 commits into from

Conversation

Gigaszi
Copy link
Contributor

@Gigaszi Gigaszi commented Nov 16, 2022

Description

Add a ratio_description to all layers with a ratio_filter. Add ratio_description to the plot title of the TagRatio indicator.

Corresponding issue

Closes #447, #422

New or changed dependencies

None

Checklist

  • I have updated my branch to main (e.g. through git rebase main)
  • My code follows the style guide and was checked with pre-commit before committing
  • I have commented my code
  • I have added sufficient unit and integration tests
  • I have updated the CHANGELOG.md

@Gigaszi
Copy link
Contributor Author

Gigaszi commented Nov 16, 2022

test
Thats how it looks now. For longer ratio_description the line breaks need to be preserved.

Comment on lines +43 to +44
all=round(self.count_all),
matched=round(self.count_match),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not round here? Are integer values wanted?

hn437 and others added 3 commits February 14, 2023 14:47
Co-authored-by: Matthias Schaub <83658582+matthiasschaub@users.noreply.github.com>
Co-authored-by: Matthias Schaub <83658582+matthiasschaub@users.noreply.github.com>
@matthiasschaub
Copy link
Collaborator

Succeeded by #565

@matthiasschaub matthiasschaub deleted the tag_ratio_decription branch August 16, 2023 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plot (and description) of the TagRatio Indicator is missing the specific tag values
3 participants