-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Make unicode_minus example more focused. #13945
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
Conversation
minus, which some people prefer. :rc:`axes.unicode_minus` controls the default | ||
behavior. | ||
By default, tick labels at negative values are rendered using a `Unicode | ||
minus`__ (U+2212) rathen than an ASCII hyphen (U+002D). This can be controlled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minus`__ (U+2212) rathen than an ASCII hyphen (U+002D). This can be controlled | |
minus`__ (U+2212) rather than an ASCII hyphen (U+002D). This can be controlled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, edited
... by actually showcasing the difference between unicode minus and ascii hyphen.
behavior. | ||
By default, tick labels at negative values are rendered using a `Unicode | ||
minus`__ (U+2212) rather than an ASCII hyphen (U+002D). This can be controlled | ||
by setting :rc:`axes.unicode_minus` (which defaults to True). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence seems incomplete:
by setting :rc:`axes.unicode_minus` (which defaults to True). | |
by setting :rc:`axes.unicode_minus` (which defaults to True) to False. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"It can be controlled by setting the rcParam (meaning, to either value)"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is fine the way it is.
behavior. | ||
By default, tick labels at negative values are rendered using a `Unicode | ||
minus`__ (U+2212) rather than an ASCII hyphen (U+002D). This can be controlled | ||
by setting :rc:`axes.unicode_minus` (which defaults to True). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is fine the way it is.
I've set the milestone post-merge to indicate which version is actually targeted by merging into the current master. |
... by actually showcasing the difference between unicode minus and
ascii hyphen.
PR Summary
PR Checklist