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

Skip to content

Commit fd48f3e

Browse files
authored
Merge pull request #10214 from tacaswell/doc_fixpy37
DOC: fix '\' markup for sphinx and py37
2 parents 2facc69 + 8b4434e commit fd48f3e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,9 +1314,7 @@ def plot(self, *args, **kwargs):
13141314
>>> plot(x, y, color='green', marker='o', linestyle='dashed', \
13151315
linewidth=2, markersize=12)
13161316
1317-
When conflicting with *fmt*, the *\*\*kwargs* properties are taking
1318-
precedence.
1319-
1317+
When conflicting with *fmt*, keyword arguments take precedence.
13201318
13211319
**Plotting labelled data**
13221320
@@ -1968,7 +1966,7 @@ def step(self, x, y, *args, **kwargs):
19681966
)
19691967
@docstring.dedent_interpd
19701968
def bar(self, *args, **kwargs):
1971-
"""
1969+
r"""
19721970
Make a bar plot.
19731971
19741972
Call signatures::
@@ -2285,7 +2283,7 @@ def bar(self, *args, **kwargs):
22852283

22862284
@docstring.dedent_interpd
22872285
def barh(self, *args, **kwargs):
2288-
"""
2286+
r"""
22892287
Make a horizontal bar plot.
22902288
22912289
Call signatures::

0 commit comments

Comments
 (0)