*plotborder()
Syntax
*plotborder (on color width margin xmin xmax ymin ymax)
Type
HyperMesh HMASCII Command
Inputs
- on
 - 1 if the border is on, 0 if off.
 - color
 - The color of the border. Refer to the color variable chart.
 - width
 - The width of the border in pixels (either 1 or 3).
 - margin
 - The margin between the border and the plot axes in pixels.
 - xmin
 - The x value of the upper left plot window (0.0 - 1.0).
 - xmax
 - The x value of the lower right plot window (0.0 - 1.0).
 - ymin
 - The y value of the upper left plot window (0.0 - 1.0).
 - ymax
 - The y value of the lower right plot window (0.0 - 1.0).
 
Example
This command must follow a *plot() command.
Errors
None.