I am trying to plot a Curve object with custom color intervals as mentioned here
unfortunately, it seems that Curve objects don’t have the “color_levels” or “camp” params in their options. How can I achieve this type of custom coloring then?
I am also interested in plotting different colors according to the indices of the plot, for example, data points 0:100 are blue and 100:300 are orange. I couldn’t find a way to do so except by using an overlay, am I missing something?