From 9fe5a133e5195d3bc465bd38ad0a176f7012e4c3 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 16 Mar 2020 16:37:56 -0400 Subject: [PATCH] DOC: Don't mention drawstyle in `set_linestyle` docs. Doing so would raise a deprecation warning since 3.1. --- lib/matplotlib/lines.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/matplotlib/lines.py b/lib/matplotlib/lines.py index f9ffc1b46332..bfa898fc36ad 100644 --- a/lib/matplotlib/lines.py +++ b/lib/matplotlib/lines.py @@ -1156,9 +1156,6 @@ def set_linestyle(self, ls): ``'None'`` or ``' '`` or ``''`` draw nothing =============================== ================= - Optionally, the string may be preceded by a drawstyle, e.g. - ``'steps--'``. See :meth:`set_drawstyle` for details. - - Alternatively a dash tuple of the following form can be provided::