Function: math[seqcolor] - assign a different sequence of coloring to curves in Maple plots
Calling Sequence:
seqcolor(expr_seq);
Parameters:
expr_seq - sequence of Maple colors or color definitions
Description:
The function assigns a new sequence of colors to the global environment variable _COLORRGB. This variable is used by the plot functions to color the curves in one Maple plot.
You can pass a sequence of valid Maple colors or COLOR/RGB definitions, or both.
This function is part of the math package, and so can be used only after performing the command with(math) or with(math, seqcolor).
Examples:
> with(math, seqcolor):
> seqcolor(black, red, COLOR(RGB, 0.9, 0.9, 0.9));
> plot([$(1 .. 8)], x);
See Also:
plot,multiple , plot/color .
Version History:
Version 1.0 - July 22, 2000