Skip to content

Commit f6f9996

Browse files
committed
Merge pull request #6074 from dylan-evans/master
DOC: linestyle is dash_dot and should be dashdot
1 parent 4e3bf78 commit f6f9996

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/matplotlib/collections.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def set_linestyle(self, ls):
497497
=========================== =================
498498
``'-'`` or ``'solid'`` solid line
499499
``'--'`` or ``'dashed'`` dashed line
500-
``'-.'`` or ``'dash_dot'`` dash-dotted line
500+
``'-.'`` or ``'dashdot'`` dash-dotted line
501501
``':'`` or ``'dotted'`` dotted line
502502
=========================== =================
503503

lib/matplotlib/lines.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ def set_linestyle(self, ls):
989989
=========================== =================
990990
``'-'`` or ``'solid'`` solid line
991991
``'--'`` or ``'dashed'`` dashed line
992-
``'-.'`` or ``'dash_dot'`` dash-dotted line
992+
``'-.'`` or ``'dashdot'`` dash-dotted line
993993
``':'`` or ``'dotted'`` dotted line
994994
``'None'`` draw nothing
995995
``' '`` draw nothing

lib/matplotlib/patches.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def set_linestyle(self, ls):
358358
=========================== =================
359359
``'-'`` or ``'solid'`` solid line
360360
``'--'`` or ``'dashed'`` dashed line
361-
``'-.'`` or ``'dash_dot'`` dash-dotted line
361+
``'-.'`` or ``'dashdot'`` dash-dotted line
362362
``':'`` or ``'dotted'`` dotted line
363363
=========================== =================
364364

0 commit comments

Comments
 (0)