File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ def set_linestyle(self, ls):
510
510
=========================== =================
511
511
``'-'`` or ``'solid'`` solid line
512
512
``'--'`` or ``'dashed'`` dashed line
513
- ``'-.'`` or ``'dash_dot '`` dash-dotted line
513
+ ``'-.'`` or ``'dashdot '`` dash-dotted line
514
514
``':'`` or ``'dotted'`` dotted line
515
515
=========================== =================
516
516
Original file line number Diff line number Diff line change @@ -1011,7 +1011,7 @@ def set_linestyle(self, ls):
1011
1011
=========================== =================
1012
1012
``'-'`` or ``'solid'`` solid line
1013
1013
``'--'`` or ``'dashed'`` dashed line
1014
- ``'-.'`` or ``'dash_dot '`` dash-dotted line
1014
+ ``'-.'`` or ``'dashdot '`` dash-dotted line
1015
1015
``':'`` or ``'dotted'`` dotted line
1016
1016
``'None'`` draw nothing
1017
1017
``' '`` draw nothing
Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ def set_linestyle(self, ls):
370
370
=========================== =================
371
371
``'-'`` or ``'solid'`` solid line
372
372
``'--'`` or ``'dashed'`` dashed line
373
- ``'-.'`` or ``'dash_dot '`` dash-dotted line
373
+ ``'-.'`` or ``'dashdot '`` dash-dotted line
374
374
``':'`` or ``'dotted'`` dotted line
375
375
=========================== =================
376
376
You can’t perform that action at this time.
0 commit comments