File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ def set_linestyle(self, ls):
497
497
=========================== =================
498
498
``'-'`` or ``'solid'`` solid line
499
499
``'--'`` or ``'dashed'`` dashed line
500
- ``'-.'`` or ``'dash_dot '`` dash-dotted line
500
+ ``'-.'`` or ``'dashdot '`` dash-dotted line
501
501
``':'`` or ``'dotted'`` dotted line
502
502
=========================== =================
503
503
Original file line number Diff line number Diff line change @@ -989,7 +989,7 @@ def set_linestyle(self, ls):
989
989
=========================== =================
990
990
``'-'`` or ``'solid'`` solid line
991
991
``'--'`` or ``'dashed'`` dashed line
992
- ``'-.'`` or ``'dash_dot '`` dash-dotted line
992
+ ``'-.'`` or ``'dashdot '`` dash-dotted line
993
993
``':'`` or ``'dotted'`` dotted line
994
994
``'None'`` draw nothing
995
995
``' '`` draw nothing
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ def set_linestyle(self, ls):
358
358
=========================== =================
359
359
``'-'`` or ``'solid'`` solid line
360
360
``'--'`` or ``'dashed'`` dashed line
361
- ``'-.'`` or ``'dash_dot '`` dash-dotted line
361
+ ``'-.'`` or ``'dashdot '`` dash-dotted line
362
362
``':'`` or ``'dotted'`` dotted line
363
363
=========================== =================
364
364
You can’t perform that action at this time.
0 commit comments