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 118
118
ax.yaxis.set_minor_formatter( yminorFormatter )
119
119
120
120
See :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
122
122
more information and examples of using date locators and formatters.
123
123
"""
124
124
@@ -209,11 +209,9 @@ def set_locs(self, locs):
209
209
210
210
def fix_minus (self , s ):
211
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
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.
217
215
218
216
Note, if you use this method, e.g., in :meth:`format_data` or
219
217
call, you probably don't want to use it for
You can’t perform that action at this time.
0 commit comments