Skip to main content

How can I use the option PlotStyle to start plotting with second color in standard color rotation?


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