File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 118118 ax.yaxis.set_minor_formatter( yminorFormatter )
119119
120120See :ref:`pylab_examples-major_minor_demo1` for an example of setting
121- major an minor ticks. See the :mod:`matplotlib.dates` module for
121+ major and minor ticks. See the :mod:`matplotlib.dates` module for
122122more information and examples of using date locators and formatters.
123123"""
124124
@@ -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
You can’t perform that action at this time.
0 commit comments