OldPlots Color Palette
Description
Examples
The OldPlots palette is the selection of colors used as the default plot colors in older versions of Maple.
ColorTools:-DisplayPalette("OldPlots");
1. Red
2. LimeGreen
3. Goldenrod
4. Blue
5. MediumOrchid
6. DarkTurquoise
You can reference colors in the palette by name or number in most commands that understand color names.
You can make OldPlots the default palette in plots using setcolors
You can programatically access the colors using ColorTools commands
See Also
ColorTools
ColorTools[DisplayPalette]
ColorTools[Palette]
plots[setcolors]
Download Help Document