Skip to content

Commit f8ad3a5

Browse files
authored
Merge pull request #16799 from meeseeksmachine/auto-backport-of-pr-16794-on-v3.2.0-doc
Backport PR #16794 on branch v3.2.0-doc (DOC: Don't mention drawstyle in `set_linestyle` docs.)
2 parents ccb6b5b + 42a768a commit f8ad3a5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/lines.py

-3
Original file line numberDiff line numberDiff line change
@@ -1165,9 +1165,6 @@ def set_linestyle(self, ls):
11651165
``'None'`` or ``' '`` or ``''`` draw nothing
11661166
=============================== =================
11671167
1168-
Optionally, the string may be preceded by a drawstyle, e.g.
1169-
``'steps--'``. See :meth:`set_drawstyle` for details.
1170-
11711168
- Alternatively a dash tuple of the following form can be
11721169
provided::
11731170

0 commit comments

Comments
 (0)