*plotaxis()

Syntax

*plotaxis() (titlecolor titlefont xtitle xlabel ytitle ylabel xaxistype yaxistype xaxisgrids yaxisgrids xaxistics yaxistics xaxisdynamicrange yaxisdynamicrange xaxisformat yaxisformat)

Type

HyperMesh HMASCII Command

Inputs

titlecolor
The color of the axes titles. Refer to the color variable chart.
titlefont
The font of the axes titles (1, 2, 3, or 4).
xtitle
The x axis title.
xlabel
The x axis label.
ytitle
The y axis title.
ylabel
The y axis label.
xaxistype
The format of the x axis. Use:
  • 0 - decimal
  • 1 - logarithmic
  • 2 - decibel
yaxistype
The format of the x axis. Use:
  • 0 - decimal
  • 1 - logarithmic
  • 2 - decibel
xaxisgrids
The number of grid marks per decade ( logarithmic and decibel only).
yaxisgrids
The number of grid marks per decade ( logarithmic and decibel only).
xaxistics
The number of tic marks per decade ( logarithmic and decibel only).
yaxistics
The number of tic marks per decade ( logarithmic and decibel only).
xaxisdynamicrange
Dynamic range for (x, y) axis offsetting.
yaxisdynamicrange
Dynamic range for (x, y) axis offsetting.
xaxisformat
Numeric format of axis values. Use:
  • a - automatic
  • f - fixed
  • e - exponential
yaxisformat
Numeric format of axis values. Use:
  • a - automatic
  • f - fixed
  • e - exponential

Example

This command must follow a *plot() command.

Errors

None.