From: <md...@us...> - 2008-10-23 15:30:08
|
Revision: 6306 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6306&view=rev Author: mdboom Date: 2008-10-23 15:29:50 +0000 (Thu, 23 Oct 2008) Log Message: ----------- Fix doc markup. Modified Paths: -------------- trunk/matplotlib/doc/faq/howto_faq.rst trunk/matplotlib/lib/matplotlib/ticker.py Modified: trunk/matplotlib/doc/faq/howto_faq.rst =================================================================== --- trunk/matplotlib/doc/faq/howto_faq.rst 2008-10-23 13:30:15 UTC (rev 6305) +++ trunk/matplotlib/doc/faq/howto_faq.rst 2008-10-23 15:29:50 UTC (rev 6306) @@ -542,7 +542,7 @@ Write a tutorial on the signal analysis plotting functions like :func:`~matplotlib.pyplot.xcorr`, :func:`~matplotlib.pyplot.psd` and :func:`~matplotlib.pyplot.specgram`. Do you use matplotlib with -`django <http://www.djangoproject.com>`_ or other popular web +`django <http://www.djangoproject.com/>`_ or other popular web application servers? Write a FAQ or tutorial and we'll find a place for it in the :ref:`users-guide-index`. Bundle matplotlib in a `py2exe <http://www.py2exe.org/>`_ app? ... I think you get the idea. Modified: trunk/matplotlib/lib/matplotlib/ticker.py =================================================================== --- trunk/matplotlib/lib/matplotlib/ticker.py 2008-10-23 13:30:15 UTC (rev 6305) +++ trunk/matplotlib/lib/matplotlib/ticker.py 2008-10-23 15:29:50 UTC (rev 6306) @@ -77,22 +77,22 @@ formatter operates on a single tick value and returns a string to the axis. -:clss:`NullFormatter` +:class:`NullFormatter` no labels on the ticks -:clss:`FixedFormatter` +:class:`FixedFormatter` set the strings manually for the labels -:clss:`FuncFormatter` +:class:`FuncFormatter` user defined function sets the labels -:clss:`FormatStrFormatter` +:class:`FormatStrFormatter` use a sprintf format string -:clss:`ScalarFormatter` +:class:`ScalarFormatter` default formatter for scalars; autopick the fmt string -:clss:`LogFormatter` +:class:`LogFormatter` formatter for log axes @@ -109,7 +109,7 @@ ax.yaxis.set_minor_formatter( yminorFormatter ) See :ref:`pylab_examples-major_minor_demo1` for an example of setting -major an minor ticks. See the :module:`matplotlib.dates` module for +major an minor ticks. See the :mod:`matplotlib.dates` module for more information and examples of using date locators and formatters. """ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |