*Max()

Specifies the maximum value of an axis on a plot.

Syntax

*Max (Number)

Application

HyperGraph

Inputs

Number
The highest value on the axis.

Context

*BeginAxis()

Report Definitions

Example

*BeginAxis(X)
	*Label("Force")
	*Scale(Linear)
	*Min(-8000)
	*Max(1000)
	*Format(Auto)
	*Precision(5)
	*Tics(10)
	*Grids(2)
*EndAxis()

Comments

The default is 10.