fbergmann / libSEDML

SED-ML library based on libSBML
BSD 2-Clause "Simplified" License
9 stars 12 forks source link

dashDotDot not working as linestyle #105

Closed matthiaskoenig closed 3 years ago

matthiaskoenig commented 3 years ago

Trying to set dashDotDot results in

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

fbergmann commented 3 years ago

it is working on the c++ level, so i'm not sure where this line is coming from? Are you sure it is form libsedml?

matthiaskoenig commented 3 years ago

This has been resolved. Had nothing to do with the library.