Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f851838 commit 79df5baCopy full SHA for 79df5ba
1 file changed
lib/matplotlib/mathtext.py
@@ -176,9 +176,9 @@ def get_unicode_index(symbol):
176
or a Type1 symbol name (i.e. 'phi').
177
178
"""
179
- # From UTF #25: U+2212 − minus sign is the preferred
+ # From UTF #25: U+2212 minus sign is the preferred
180
# representation of the unary and binary minus sign rather than
181
- # the ASCII-derived U+002D - hyphen-minus, because minus sign is
+ # the ASCII-derived U+002D hyphen-minus, because minus sign is
182
# unambiguous and because it is rendered with a more desirable
183
# length, usually longer than a hyphen.
184
if symbol == '-':
0 commit comments