Once in a while, you want to draw so many lines in one single plot, and you run
out of default color options. Then, one way to rescue is to add different
markers.
I use the following combinations to draw many lines in a single plot in Python
with matplotlib. The same idea applies to other
plotting libraries in other languages, too.
You could remove certain markers to colors accordingly based on your own
preferences. The following subset works well for me.
Here is an example:
I think I would never use up all the combinations as the plot would become too
busy at some point.