Open malmans2 opened 1 year ago
Part of the issue was that color "gray"
can not be used.
Looks like matplotlib string color+marker only accepts single letters (i.e., matplotlib.colors.BASE_COLORS
).
While I was looking at it I made a few changes:
Close #37
Here is a PR with a solution for #37. Feel free to close this if it's not the right solution!