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

Use label formatter in barplot. #3718

Closed
wants to merge 2 commits into from
Closed

Conversation

RomeoV
Copy link
Contributor

@RomeoV RomeoV commented Mar 18, 2024

Description

Before, when the labels were not just the :x or :y symbols, the label formatter wasn't applied.
Now we apply it, but have to be careful to dispatch the default formatter depending on the input type.
In the PR I define new dispatches for ::String and ::LaTeXString types (basically the identity function), which should also fix the failing tests.

Type of change

Basically just change a typo and add two dispatches.

Delete options that do not apply:

  • Bug fix (non-breaking change which fixes an issue)

Fixes #3720.

Before, when the labels were not just the `:x` or `:y` symbols, the
label formatter wasn't applied.
@SimonDanisch
Copy link
Member

Thanks! merged in #3721

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.

Label formatter not used in barplot
2 participants