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 692bb4a

Browse filesBrowse files
klaragerleiNelleV
authored andcommitted
FIX Fixed missing backticks, removed extra spaces around colon.
1 parent 92f8302 commit 692bb4a
Copy full SHA for 692bb4a

File tree

Expand file treeCollapse file tree

1 file changed

+8
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-7
lines changed

‎lib/matplotlib/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+8-7Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
14161416
"""
14171417
A plot with data that contains dates.
14181418
1419-
Similar to the :func:~matplotlib.pyplot.plot command, except
1419+
Similar to the :func:`~matplotlib.pyplot.plot` command, except
14201420
the *x* or *y* (or both) data is considered to be dates, and the
14211421
axis is labeled accordingly.
14221422
@@ -1425,15 +1425,15 @@ def plot_date(self, x, y, fmt='o', tz=None, xdate=True, ydate=False,
14251425
14261426
Note if you are using custom date tickers and formatters, it
14271427
may be necessary to set the formatters/locators after the call
1428-
to meth : plot_date since meth : plot_date will set the
1428+
to meth:`plot_date` since meth:`plot_date` will set the
14291429
default tick locator to
1430-
class : matplotlib.dates.AutoDateLocator (if the tick
1430+
class:`matplotlib.dates.AutoDateLocator` (if the tick
14311431
locator is not already set to a
1432-
class : matplotlib.dates.DateLocator instance) and the
1432+
class:`matplotlib.dates.DateLocator` instance) and the
14331433
default tick formatter to
1434-
class : matplotlib.dates.AutoDateFormatter (if the tick
1434+
class:`matplotlib.dates.AutoDateFormatter` (if the tick
14351435
formatter is not already set to a
1436-
class : matplotlib.dates.DateFormatter instance).
1436+
class:`matplotlib.dates.DateFormatter` instance).
14371437
14381438
14391439
Parameters
@@ -1468,7 +1468,8 @@ class : matplotlib.dates.DateFormatter instance).
14681468
14691469
Other Parameters
14701470
----------------
1471-
kwargs : class : matplotlib.lines.Line2D properties : %(Line2D)s
1471+
kwargs : class : matplotlib.lines.Line2D
1472+
properties : %(Line2D)s
14721473
14731474
14741475
Examples

0 commit comments

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