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 ae71170 commit 27dfd88Copy full SHA for 27dfd88
lib/matplotlib/ticker.py
@@ -209,11 +209,9 @@ def set_locs(self, locs):
209
210
def fix_minus(self, s):
211
"""
212
- some classes may want to replace a hyphen for minus with the
213
- proper unicode symbol as described `here
214
- <http://sourceforge.net/tracker/index.php?func=detail&aid=1962574&
215
-group_id=80706&atid=560720>`_.
216
- The default is to do nothing
+ Some classes may want to replace a hyphen for minus with the
+ proper unicode symbol (U+2212) for typographical correctness.
+ The default is to not replace it.
217
218
Note, if you use this method, e.g., in :meth:`format_data` or
219
call, you probably don't want to use it for
0 commit comments