diff --git a/lib/matplotlib/lines.py b/lib/matplotlib/lines.py index 892e1e9cac99..1e6641913731 100644 --- a/lib/matplotlib/lines.py +++ b/lib/matplotlib/lines.py @@ -1165,9 +1165,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::