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

Skip to content

Commit 6bba974

Browse files
authored
Merge pull request #16794 from QuLogic/drawstyle-in-linestyle
DOC: Don't mention drawstyle in `set_linestyle` docs.
2 parents b4a414f + 9fe5a13 commit 6bba974

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/lines.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,9 +1156,6 @@ def set_linestyle(self, ls):
11561156
``'None'`` or ``' '`` or ``''`` draw nothing
11571157
=============================== =================
11581158
1159-
Optionally, the string may be preceded by a drawstyle, e.g.
1160-
``'steps--'``. See :meth:`set_drawstyle` for details.
1161-
11621159
- Alternatively a dash tuple of the following form can be
11631160
provided::
11641161

0 commit comments

Comments
 (0)