HyperWorks Desktop

*Grids()

Specifies the number of grid lines per tic mark on a linear plot axis.

Specifies the number of grid lines per decade on a log plot axis.

*Grids()

Specifies the number of grid lines per tic mark on a linear plot axis.

Specifies the number of grid lines per decade on a log plot axis.

Previous topic Next topic No expanding text in this topic  

*Grids()

Specifies the number of grid lines per tic mark on a linear plot axis.

Specifies the number of grid lines per decade on a log plot axis.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*Grids(Number)

Arguments

Name

Description

 

Number

A value between 0 and 21.

Example

*BeginAxis(X)

 *Label("Force")

 *Scale(Linear)

 *Min(-8000)

 *Max(1000)

 *TicMethod()

 *Format(Auto)

 *Precision(5)

 *Tics(10)

 *Grids(2)

*EndAxis()

Application

HyperGraph.

Context

*BeginAxis()

Report Definitions

Comments

The default is 2.

On a linear axis, a value of 1 creates one gridline per tic. A value of 2 creates one gridline per tic plus one gridline midway between each tic.

On a log axis, a value of 1 creates one gridline per decade. A value of 2 creates one gridline per decade plus one gridline midway between each decade.

See also

 

*BeginPlot()

*Format()

*Label() – axis and plot macro

*Max()

*Min()

*Precision()

*ScaleFactor()

*Tics()

List of Session Statements