Skip to content

Commit 8c0443a

Browse files
plotting fixes
1 parent ad12598 commit 8c0443a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sbmlsim/plot/plotting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def __copy__(self) -> "Style":
291291

292292
# https://matplotlib.org/3.1.0/gallery/lines_bars_and_markers/linestyles.html
293293
MPL2SEDML_LINESTYLE_MAPPING = {
294+
294295
"": LineType.NONE,
295296
"-": LineType.SOLID,
296297
"solid": LineType.SOLID,

0 commit comments

Comments
 (0)