*curve()
Syntax
*curve (id name title xkind xpath xtype xreg xcomp ykind ypath ytype yreg ycomp linetype markertype color width scalex scaley)
Type
HyperMesh HMASCII Command
Inputs
- id
 - The ID of the curve (must be unique).
 - name
 - The name of the curve.
 - title
 - The title of the curve.
 - xkind
 - xpath
 - xtype
 - xreg
 - xcomp
 - ykind
 - ypath
 - ytype
 - yreg
 - ycomp
 - linetype
 - The line style used to draw the curve line. Must be one of the following values: 
- 0 - no line
 - 1 - solid line
 - 2 - pattern1
 - 3 - pattern2
 - 4 - pattern3
 - 5 - pattern4
 
 - markertype
 - The marker type used to draw points on the curve. Must be one of the following values: 
- 0 - no marker
 - 1 - circle marker
 - 2 - triangle marker
 - 3 - square marker
 
 - color
 - The color of the curve. Refer to the color variable chart.
 - width
 - The width of the curve line in pixels (either 1 or 3).
 - scalex
 - The x axis scale factor.
 - scaley
 - The y axis scale factor.
 
Example
The points making up a curved area are defined using the *curvepoint() command described below. Points must immediately follow the *curve() definition. Curves must be defined before plots.
Errors
None.