I am trying to plot multiple lines on a single graph using matplotlib, primarily by following this tutorial: https://matplotlib.org/gallery/showcase/bachelors_degrees_by_gender.html#sphx-glr-gallery-showcase-bachelors-degrees-by-gender-py
However, I notice that the color sequence is hardcoded.
Is there anyway to call them by name instead ?
Thanks,