I would like to plot several functions in one plot and start the standard color rotation (ColorData[97, "ColorList"] // InputForm)
from the second color and go on from there. What is the syntax for doing that?
Answer
PlotStyle->(ColorData[97][#]&/@Range[2,n+1])
Comments
Post a Comment