grid#

Mapdl.grid(key='', **kwargs)[source]#

Selects the type of grid on graph displays.

APDL Command: /GRID

Parameters:
key

Grid key:

0 (OFF)

No grid.

1 (ON)

Full grid (X and Y grid lines).

2 (X)

Partial grid (X grid lines only).

3 (Y)

Partial grid (Y grid lines only)

Notes

Selects the type of grid on graph displays. Graphs with multiple Y-axes can have multiple grids [/GRTYP]. The grid of the first curve is also used as the background grid (above and behind the curve). Grids for other curves are limited to be under the curves. See also /GTHK and /GROPT for other grid options.

This command is valid in any processor.