I have been trying to change the order of the legend on a plot in Pandas to get it in the same order as the plot appears:
Screenshot of the code and the plot in Anaconda
As you see, the plots are stacking by increasing the amount of %K and I would like the legend to be reversed so the plot can be easier to read.
How can I do this?