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

Skip to content

Commit 06ed8a8

Browse files
committed
Merge pull request #6653 from madphysicist/patch-4
DOC: Incorrect rendering of dashes
1 parent bf6e785 commit 06ed8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ def set_linestyle(self, ls):
10641064
10651065
Parameters
10661066
----------
1067-
ls : { '-', '--', '-.', ':'} and more see description
1067+
ls : { ``'-'``, ``'--'``, ``'-.'``, ``':'``} and more see description
10681068
The line style.
10691069
"""
10701070
if not is_string_like(ls):

0 commit comments

Comments
 (0)