HMIN_plot_writelabels()

Writes the axis label information to HyperMesh.

Syntax

void HMIN_plot_writelabels(int labelsformat, int labelsplaces, int labelscolor, int labelsfont, int margin);

Type

HyperMesh hminlib Function

Description

Writes the axis label information to HyperMesh.

Inputs

labelsformat
The format of the labels. Use:
  • 0 - If the format is integer.
  • 1 - If the format is real.
labelsplaces
The number of places to be used for the label.
labelscolor
The color to be used for the labels.
labelsfont
The font to be used for the labels (1 to 4).
margin
The margin between the labels and the plot grid lines in pixels.

Errors

None.