DADiSP Worksheet Functions > Function Categories > Plot Attributes > GRIDOFF

 

GRIDOFF

Purpose:

Turns off plot grids.

Syntax:

GRIDOFF(win1, win2, ..., winN)

winN

-

Optional. Zero or more windows. Defaults to the current window.

Example:

griddash;gridh

 

displays horizontal, dashed grids when a series is displayed.

 

Use gridoff to turn the grids off.

Example:

gridoff(w1, w3, w4)

 

Turns off plot grids in W1, W3 and W4.

Remarks:

See SETGRIDSTYLE to set the style of a specified grid.

See Also:

GETGRIDSTYLE

GRIDDASH

GRIDDOT

GRIDH

GRIDHV

GRIDSOL

GRIDV

SETGRIDSTYLE