*plotgrid()
Syntax
*plotgrid (lines xincrement yincrement mindivisions maxdivisions color xlabel ylabel width)
Type
HyperMesh HMASCII Command
Inputs
- lines
 - 1, if grid lines are on, 0, if off.
 - xincrement
 - The increment size of grid lines on the x axis.
 - yincrement
 - The increment size of grid lines on the y axis.
 - mindivisions
 - The minimum number of grid divisions allowed.
 - maxdivisions
 - The maximum number of grid divisions allowed.
 - color
 - The color of the grid lines. Refer to the color variable chart.
 - xlabel
 - The x grid label frequency.
 - ylabel
 - The y grid label frequency.
 - width
 - The width of the grid lines in pixels (either 1 or 3).
 
Example
This command must follow a *plot() command.
Errors
None.