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

Skip to content

Commit 34be64e

Browse files
committed
Typesetting in plot() docstring
1 parent 93e00df commit 34be64e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/axes.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3970,8 +3970,9 @@ def plot(self, *args, **kwargs):
39703970
marker, linestyle, and markercolor with::
39713971
39723972
plot(x, y, color='green', linestyle='dashed', marker='o',
3973-
markerfacecolor='blue', markersize=12). See
3974-
:class:`~matplotlib.lines.Line2D` for details.
3973+
markerfacecolor='blue', markersize=12).
3974+
3975+
See :class:`~matplotlib.lines.Line2D` for details.
39753976
39763977
The kwargs are :class:`~matplotlib.lines.Line2D` properties:
39773978

0 commit comments

Comments
 (0)