color: in, optional, type=string
The name of the data color. This is the color of the data line.
dep: in, optional, type=varies
A vector of dependent data.
draw: in, optional, type=boolean, default=0
If this keyword is set, the data is drawn as soon as the properties are set.
indep: in, optional, type=varies
A vector of independent data.
linestyle: in, optional, type=integer
The line style for drawing the line.
psym: in, optional, type=integer
Any normal IDL PSYM values, plus any value supported by the Coyote Library
routine cgSYMCAT. An integer between 0 and 46.
skip: in, optional, type=integer, default=1
The number of data points to skip when the line is drawn. The default is to
not skip any data points, but to plot them all.
symcolor: in, optional, type=string
The name of the symbol color. By default, the same as the `COLOR` keyword.
symsize: in, optional, type=float, default=1.0
The symbol size.
symthick: in, optional, type=float, default=1.0
The thickness of the symbol.
thick: in, optional, type=float, default = 1.0
The thickness of the line.
visible: in, optional, type=boolean, default=1
Set this keyword to determine in the line should be drawn (visible=1), or
if the line should not be drawn (visible=0).
class definition module for the object.