HMIN_plot_writebounds()

Writes the bounds of the plot to HyperMesh. Allows you to show specific sections of the plot.

Syntax

void HMIN_plot_writebounds(double xmin, double xmax, double ymin, double ymax);

Type

HyperMesh hminlib Function

Description

Writes the bounds of the plot to HyperMesh. Allows you to show specific sections of the plot

Inputs

xmin
The x value of the lower left axis range.
xmax
The x value of the upper right axis range.
ymin
The y value of the lower left axis range.
ymax
The y value of the upper right axis range.

Errors

None.