Revision: 7105
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7105&view=rev
Author:   jdh2358
Date:     2009-05-16 12:47:27 +0000 (Sat, 16 May 2009)

Log Message:
-----------
fixed plot_date docstring

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/axes.py

Modified: trunk/matplotlib/lib/matplotlib/axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes.py     2009-05-16 02:22:57 UTC (rev 
7104)
+++ trunk/matplotlib/lib/matplotlib/axes.py     2009-05-16 12:47:27 UTC (rev 
7105)
@@ -3512,13 +3512,13 @@
         may be necessary to set the formatters/locators after the call
         to :meth:`plot_date` since :meth:`plot_date` will set the
         default tick locator to
-        :class:`matplotlib.ticker.AutoDateLocator` (if the tick
+        :class:`matplotlib.dates.AutoDateLocator` (if the tick
         locator is not already set to a
-        :class:`matplotlib.ticker.DateLocator` instance) and the
+        :class:`matplotlib.dates.DateLocator` instance) and the
         default tick formatter to
-        :class:`matplotlib.ticker.AutoDateFormatter` (if the tick
+        :class:`matplotlib.dates.AutoDateFormatter` (if the tick
         formatter is not already set to a
-        :class:`matplotlib.ticker.DateFormatter` instance).
+        :class:`matplotlib.dates.DateFormatter` instance).
 
         Valid kwargs are :class:`~matplotlib.lines.Line2D` properties:
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to