From: <jd...@us...> - 2009-05-16 12:47:40
|
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. |