In Mathematica 7, the default plot color is a purple-like color (although I think it is not Purple). Is it possible to use Mathematica to determine the RGB color values of the default plot color? Thanks for your time.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
|
All the default colors can be found in
To check all subsequent colors just change the n in
|
|||
|
The default color is |
|||||||||||||
|
|
The closest source of the default style colors I could find is this internal function:
Yielding e.g. the first three style colors. These as noted by others are exceedingly close to
If you are interested in changing the defaults don't miss: How to change the default ColorData used in Mathematica's Plot? |
|||||
|

