A question about ColorData input arguments.
I want to color a point in a graph I have, but I don't want to use the built in colors (orange, green, blue etc) I saw someone coloring a point using ColorData function, like so:
Graphics[{ColorData[96, 10], PointSize[Large], Point[{-\[Pi], 0}], Point[{0, 0}], Point[{\[Pi], 0}], Point[{2 \[Pi], 0}], Point[{3 \[Pi], 0}], Point[{4 \[Pi], 0}], Point[{5 \[Pi], 0}]}], (in this case ColorData[96,10] comes out as orange.) I know that the first argument in colordata should be the color scheme, but what is 96 ? is there a chart of all colors in all schemes and numbered?
Thanks!
