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 \u2212 minus sign character instead of - #191

Open
bwiernik opened this issue Jul 25, 2021 · 5 comments
Open

Use \u2212 minus sign character instead of - #191

bwiernik opened this issue Jul 25, 2021 · 5 comments
Assignees
Labels
Enhancement 💥 New feature or request

Comments

@bwiernik
Copy link
Contributor

No description provided.

@bwiernik bwiernik self-assigned this Jul 25, 2021
@IndrajeetPatil
Copy link
Member

What motivates this change? Why prefer the former over the latter?

Screenshot 2021-07-26 at 12 32 53

@IndrajeetPatil IndrajeetPatil added the Enhancement 💥 New feature or request label Jul 26, 2021
@bwiernik
Copy link
Contributor Author

In plots (not monospaced console), it's a proper minus sign (see the figure at the bottom here https://benjaminwolfe.github.io/signs/)

@bwiernik
Copy link
Contributor Author

This can now be down by using scales::label_number(..., style_negative = "minus")

@strengejacke
Copy link
Member

This can now be down by using scales::label_number(..., style_negative = "minus")

Where do we have to add this command?

@bwiernik
Copy link
Contributor Author

bwiernik commented Sep 29, 2024

The labels argument of scale_x/y_continuous()

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

No branches or pull requests

3 participants