OldPlots - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

OldPlots Color Palette

 

Description

Examples

Description

• 

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













 

Examples

You can reference colors in the palette by name or number in most commands that understand color names.

plotx,x3,x=1..1,color=OldPlots 2,OldPlots Blue

CColorTools:-ColorOldPlots 6

CRGB : 0 0.808 0.82

(1)

You can make OldPlots the default palette in plots using setcolors

plots:-setcolorsOldPlots:

You can programatically access the colors using ColorTools commands

PColorTools:-GetPaletteOldPlots

PPalette OldPlots:RedLimeGreenGoldenrodBlueMediumOrchidDarkTurquoise

(2)

P1

RGB : Red

(3)

nnumcolorsP

n6

(4)

plotseqsinx+iπn,i=1..n,x=0..2π,axes=boxed,color=:-GetColorsP1..n,legend=:-GetColorNamesP1..n,numpoints=25,style=line

See Also

ColorTools

ColorTools[DisplayPalette]

ColorTools[Palette]

plots[setcolors]

 


Download Help Document