File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ compiling matplotlib for windows? Write a FAQ or a section for the
542542Write a tutorial on the signal analysis plotting functions like
543543:func: `~matplotlib.pyplot.xcorr `, :func: `~matplotlib.pyplot.psd ` and
544544:func: `~matplotlib.pyplot.specgram `. Do you use matplotlib with
545- `django <http://www.djangoproject.com >`_ or other popular web
545+ `django <http://www.djangoproject.com/ >`_ or other popular web
546546application servers? Write a FAQ or tutorial and we'll find a place
547547for it in the :ref: `users-guide-index `. Bundle matplotlib in a
548548`py2exe <http://www.py2exe.org/ >`_ app? ... I think you get the idea.
Original file line number Diff line number Diff line change 7777formatter operates on a single tick value and returns a string to the
7878axis.
7979
80- :clss :`NullFormatter`
80+ :class :`NullFormatter`
8181 no labels on the ticks
8282
83- :clss :`FixedFormatter`
83+ :class :`FixedFormatter`
8484 set the strings manually for the labels
8585
86- :clss :`FuncFormatter`
86+ :class :`FuncFormatter`
8787 user defined function sets the labels
8888
89- :clss :`FormatStrFormatter`
89+ :class :`FormatStrFormatter`
9090 use a sprintf format string
9191
92- :clss :`ScalarFormatter`
92+ :class :`ScalarFormatter`
9393 default formatter for scalars; autopick the fmt string
9494
95- :clss :`LogFormatter`
95+ :class :`LogFormatter`
9696 formatter for log axes
9797
9898
109109 ax.yaxis.set_minor_formatter( yminorFormatter )
110110
111111See :ref:`pylab_examples-major_minor_demo1` for an example of setting
112- major an minor ticks. See the :module :`matplotlib.dates` module for
112+ major an minor ticks. See the :mod :`matplotlib.dates` module for
113113more information and examples of using date locators and formatters.
114114"""
115115
You can’t perform that action at this time.
0 commit comments