Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f276a59

Browse files
committed
fixed plot_date docstring
svn path=/trunk/matplotlib/; revision=7105
1 parent d02ed8c commit f276a59

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/matplotlib/axes.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3512,13 +3512,13 @@ def plot_date(self, x, y, fmt='bo', tz=None, xdate=True, ydate=False,
35123512
may be necessary to set the formatters/locators after the call
35133513
to :meth:`plot_date` since :meth:`plot_date` will set the
35143514
default tick locator to
3515-
:class:`matplotlib.ticker.AutoDateLocator` (if the tick
3515+
:class:`matplotlib.dates.AutoDateLocator` (if the tick
35163516
locator is not already set to a
3517-
:class:`matplotlib.ticker.DateLocator` instance) and the
3517+
:class:`matplotlib.dates.DateLocator` instance) and the
35183518
default tick formatter to
3519-
:class:`matplotlib.ticker.AutoDateFormatter` (if the tick
3519+
:class:`matplotlib.dates.AutoDateFormatter` (if the tick
35203520
formatter is not already set to a
3521-
:class:`matplotlib.ticker.DateFormatter` instance).
3521+
:class:`matplotlib.dates.DateFormatter` instance).
35223522
35233523
Valid kwargs are :class:`~matplotlib.lines.Line2D` properties:
35243524

0 commit comments

Comments
 (0)