DADiSP Worksheet Functions > Function Categories > 3D and 4D Graphics > CLEARSHADING

 

CLEARSHADING

Purpose:

Removes window shading.

Syntax:

CLEARSHADING(win1, win2, ..., winN)

winN

-

Optional. A list of windows, the target windows to unshade. Defaults to the current window.

Returns:

Nothing, shading is removed from the target windows.

Example:

W1: integ(gnorm(1000, 1));rainbow;

clearshading(w1);

 

W1 contains a shaded series plot. CLEARSHADING disables the shading.

Remarks:

CLEARSHADING disables any shading for the target windows and restores the default series color.

See Also:

SETPALETTE

SETSHADING

SHADEWITH