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 06ed8a8

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/lines.py

Copy file name to clipboardExpand all lines: lib/matplotlib/lines.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.