COlor

COlor [#] ON|OFf [glist]

The first (optional) number allows you to reset the default color index for the plot groups specified in "[glist]". If the first number is omitted, then color index is not changed but the plotting of groups in glist can be turned on or off. For example, if you have 85 groups and you only want to see group 3, you can do this with

COlor OFf 1..999 ! second number only needs to be larger than 85 COlor ON 3 r y

It is also possible to change the color of other features on the plot.

COlor MOdel #
Plot the model using color index #.

Color # ON Grid
Use the color index specified by # when plotting the grid in the currently active window.

COlor ?
Generate a list of possible color indices and their default color representations.

examples

PLT> COlor OFf 1,2,3  ! Suppress plotting of groups 1, 2, and 3
PLT> COlor ON  2      ! Turn on plotting of group 2
PLT> COlor 5 ON 3     ! Use color 5 when plotting group 3

Return to plt main page.