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

Skip to content

Commit 824fe40

Browse files
authored
Merge pull request #6653 from madphysicist/patch-4
DOC: Incorrect rendering of dashes
2 parents 59df0c6 + 5fc263e commit 824fe40

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
@@ -1075,7 +1075,7 @@ def set_linestyle(self, ls):
10751075
10761076
Parameters
10771077
----------
1078-
ls : { '-', '--', '-.', ':'} and more see description
1078+
ls : { ``'-'``, ``'--'``, ``'-.'``, ``':'``} and more see description
10791079
The line style.
10801080
"""
10811081
if not is_string_like(ls):

0 commit comments

Comments
 (0)