Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e0b8239

Browse filesBrowse files
klaragerleiNelleV
authored andcommitted
FIX See also in plot_date is rendered properly
1 parent 8968ad3 commit e0b8239
Copy full SHA for e0b8239

File tree

Expand file treeCollapse file tree

1 file changed

+5
-11
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-11
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+5-11Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,23 +1459,17 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
14591459
14601460
See Also
14611461
--------
1462-
mod : matplotlib.dates for helper functions
1463-
:func:`~matplotlib.dates.date2num`
1464-
:func:`~matplotlib.dates.num2date`
1465-
:func:`~matplotlib.dates.drange` for help on creating the required
1466-
floating point dates
1462+
matplotlib.dates : helper functions on dates
1463+
matplotlib.dates.date2num : how to convert dates to num
1464+
matplotlib.dates.num2date : how to convert num to dates
1465+
matplotlib.dates.drange : how floating point dates
14671466
14681467
14691468
Other Parameters
14701469
----------------
1471-
kwargs : class : matplotlib.lines.Line2D
1470+
kwargs : :class:`matplotlib.lines.Line2D`
14721471
properties : %(Line2D)s
14731472
1474-
1475-
Examples
1476-
--------
1477-
plot:: mpl_examples/pylab_examples/date_demo1.py
1478-
14791473
"""
14801474

14811475
if not self._hold:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.