I'm trying to plot a pandas Series, with part of the Series in a different color. Something like this, but I only have two colors:
I have a second binary Series that contains 0's and 1's to indicate which points should be colored differently. How could I go about this?