Set Colors - Maple Help

Online Help

All Products    Maple    MapleSim


Student

  

SetColors

  

set the colors of plot objects in the Student subpackages

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

SetColors(color1, color2, ..., color10)

Parameters

color1, color2, ..., color10

-

(optional) valid color

Description

• 

The SetColors(color1, color2, ..., color10) calling sequence sets the colors of the plot objects in the Student subpackages. SetColors affects plot objects displayed using visualization routines within the worksheet interface, as well as plot objects displayed in the interactive tutors. The plots that appear use the colors specified by color1, color2, ..., color10.

  

If called with no arguments, a standard color selection Maplet application is displayed.

• 

SetColors returns a list of the current color settings.

• 

By default, the Student subpackages use the Niagara color palette.

• 

In applicable tutors, a Colors button changes the colors being used for that instance of the tutor.

Examples

withStudent:

Change the colors using the SetColors Maplet application.

SetColors

Or, provide the colors as parameters.

SetColorsBlack,Red,Blue

Black,Red,Blue,#3E578A,#780072,#00786A,#604191,#004A78,#784C00,#91414A,#3E738A,#78003B,#00783F,#914186,#510078,#777800

(1)

withStudentPrecalculus:

Display a plot with the new set of default colors.

RationalFunctionPlot3x2+2x1x+2

See Also

Student