HMIN_plot_writelegend()

Writes the plot legend information to HyperMesh.

Syntax

void HMIN_plot_writelegend(int legendon, double legendxloc, double legendyloc, int legendfont, int legendidson);

Type

HyperMesh hminlib Function

Description

Writes the plot legend information to HyperMesh.

Inputs

legendon
Determines if the legend is shown. Use:
  • 1 - If the legend is on.
  • 0 - If the legend is off.
legendxloc
The x location where the legend should be located.
legendyloc
The y location where the legend should be located.
legendfont
The font size to be used for the legend (1 to 4).
legendidson
Determines if the legend IDs are shown. Use:
  • 1 - If the legend IDs are on.
  • 0 - If the legend IDs are off.

Errors

None.