matplotlib.pyplot.errorbar: ValueError: List is not a valid value for color
I’m trying to plot some values and their errors, and to make sure each value is considered separate, I’d like to make them all different colors. I keep running into this error that says I can’t use my list for the color parameter, which I don’t understand because all the documentation and examples I’ve read using matplotlib say this is the way to do that.