I'm trying to plot 13 different columns from a dataframe in one line graph using matplotlib and I am really struggling to understand how matplotlib works with colors. After 10 unique colors the pallet begins to loop.
There seem to be countless examples of how to do this on SO but, my limited understanding of the tool makes rhetorical examples such as these quiet inaccessible. What if my data is not an arbitrary collection of lines?
Better yet, is there anyway I can permanently change my matplotlib configuration to infinitely create new colors as needed?
I've been struggling with this for a while and can use whatever advice you can offer.