ValueError: 'dashdotdotted' is not a valid value for ls; supported values are
'-', '--', '-.', ':', 'None', ' ', '', 'solid', 'dashed', 'dashdot', 'dotted'
According to discussion and specification this is a valid linestyle. Also the list '-', '--', '-.', ':', 'None', ' ', '', 'solid', 'dashed', 'dashdot', 'dotted' should be none, solid, dash, dot, dashDot, dashDotDot
Trying to set dashDotDot results in
According to discussion and specification this is a valid linestyle. Also the list
'-', '--', '-.', ':', 'None', ' ', '', 'solid', 'dashed', 'dashdot', 'dotted'
should benone
,solid
,dash
,dot
,dashDot
,dashDotDot