HMIN_plot_writeaxis()

Writes the plot axis information to HyperMesh.

Syntax

void HMIN_plot_writeaxis(int axistitlecolor, int axistitlefont, char * xaxistitle, char * xaxislabel, char * yaxistitle, char * yaxislabel, int xaxistype, int yaxistype,  int xaxisgrids, int yaxisgrids, int xaxistics, int yaxistics, int xaxisdynamicrange, int yaxisdynamicrange, char xaxisformat, char yaxiisformat);

Type

HyperMesh hminlib Function

Description

Writes the plot axis information to HyperMesh.

Inputs

axistitlecolor
The color to be used for the axis titles.
axistitlefont
The font to be used for the axis titles (1 to 4).
xaxistitle
The x axis title.
xaxislabel
The x axis label.
yaxistitle
The y axis title.
yaxislabel
The y axis label.
xaxistype
The format of the x axis. Use:
  • 0 - Decimal
  • 1 - Logarithmic
  • 2 - Decibel
yaxistype
The format of the y 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

Errors

None.