HMIN_plot_writegrid()

Writes the grid information of a plot to HyperMesh.

Syntax

void HMIN_plot_writegrid(int gridlines, double gridxincrement, double gridyincrement, int mindivisions, int maxdivisions, int gridcolor, int gridxlabel, int gridylabel, int gridwidth);

Type

HyperMesh hminlib Function

Description

Writes the grid information of a plot to HyperMesh.

Inputs

gridlines
Determines if the grid lines are shown. Use:
  • 1 - If grid lines are on.
  • 0 - If grid lines are off.
gridxincrement
The increment size of grid lines on the x axis.
gridyincrement
The increment size of grid lines on the y axis.
mindivisions
The minimum number of grid divisions allowed.
maxdivisions
The maximum number of grid divisions allowed.
gridcolor
The color of the grid lines.
gridxlabel
The x grid label frequency.
gridylabel
The y grid label frequency.
gridwidth
The width of the grid lines in pixels. Use:
  • 1 - For thick grid lines.
  • 3 - For thin grid lines.

Errors

None.