Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27dfd88

Browse files
committed
Replace a no longer working link with a description of its content
The link can still be accessed through the Internet Archive at http://liveweb.archive.org/web/20100831121909/http://sourceforge.net/tracker/index.php?func=detail&aid=1962574&group_id=80706&atid=560720 but its content can be summarized in one sentence.
1 parent ae71170 commit 27dfd88

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lib/matplotlib/ticker.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,9 @@ def set_locs(self, locs):
209209

210210
def fix_minus(self, s):
211211
"""
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
212+
Some classes may want to replace a hyphen for minus with the
213+
proper unicode symbol (U+2212) for typographical correctness.
214+
The default is to not replace it.
217215
218216
Note, if you use this method, e.g., in :meth:`format_data` or
219217
call, you probably don't want to use it for

0 commit comments

Comments
 (0)