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

Skip to content

Commit e0b8239

Browse files
klaragerleiNelleV
authored andcommitted
FIX See also in plot_date is rendered properly
1 parent 8968ad3 commit e0b8239

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

lib/matplotlib/axes/_axes.py

Lines 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)