HyperWorks Desktop

*Scale() - HyperGraph

Indicates whether a plot axis is linear, logarithmic, dB10 or dB20.

*Scale() - HyperGraph

Indicates whether a plot axis is linear, logarithmic, dB10 or dB20.

Previous topic Next topic No expanding text in this topic  

*Scale() - HyperGraph

Indicates whether a plot axis is linear, logarithmic, dB10 or dB20.

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

Syntax

*Scale(Linear/Log/Decibels)

Arguments

Name

Description

 

Linear

Defines the axis as linear.

 

Log

Defines the axis as logarithmic.

 

dB10

Defines the axis as dB10.

 

dB20

Defines the axis as dB20.

Example

*BeginAxis(X)

 *Label("Force")

 *Scale(Linear)

 *Min(-8000)

 *Max(1000)

 *Format(Auto)

 *Precision(5)

 *Tics(10)

 *Grids(2)

*EndAxis()

Application

HyperGraph.

Context

*BeginAxis()

Report Definitions

Comments

If no axis type is specified, linear is used.

See also

 

*BeginAxis()

*BeginPlot()

*Format()

*Grids()

*Label() – axis and plot macro

*Max()

*Min()

*Precision()

*ScaleFactor()

*Tics()

List of Session Statements