aspect: in, optional, type=float, default=none
Set this keyword to a floating point ratio that represents the aspect ratio
(ysize/xsize) of the resulting plot. The plot position may change as a result
of setting this keyword.
err_clip: in, optional, type=boolean, default=1
Set this keyword to cause error bars to be clipped to the borders of the plot.
The default is to clip the error bars to the extent of the zoomed plot.
err_color: in, optional, type=varies
The color error bars should be drawn in. The default is to use the `Color` keyword.
err_thick:, in, optional, type=integer
The thickness of the line for drawing the error bars. By default, !P.Thick.
err_width: in, optional, type=float
The width of the end lines on error bars in normalized coordinates. By default, the
width is one percent of the width of the axes length in the appropriate dimension.
err_xhigh: in, optional
he high error values that should be added to the independent or X data values.
err_xlow: in, optional
The low error values that should be subtracted from the independent or X data values.
err_yhigh: in, optional
The high error values that should be added to the dependent or Y data values.
err_ylow: in, optional
The low error values that should be subtracted from the dependent or Y data values.
label: in, optional, type=string
A label is similar to a plot title, but it is aligned to the left edge
of the plot and is written in hardware fonts. Use of the label keyword
will suppress the plot title.
legends: in, optional, type=object
A single cgLegendItem object, or an array of cgLegendItem objects that will be
drawn on the plot as a legend.
max_value: in, optional, type=float
Set this keyword to the maximum value to plot. Any values greater than this
value are treated as missing.
min_value: in, optional, type=float
Set this keyword to the minimu value to plot. Any values smaller than this
value are treated as missing.
oplots: in, optional, type=object
A single cgOverPlot object, or an array of cgOverPlot objects that will be
overplot on the axes set up by the original data.
parent: in, optional, type=long
The identifer of the parent widget for this program's draw widget. If not
provided, the program will create it's own top-level base widget as a parent.
symcolor: in, optional, type=string/integer, default='black'
If this keyword is a string, the name of the symbol color. By default, 'black'.
Otherwise, the keyword is assumed to be a color index into the current color table.
xlog: in, optional, type=boolean, default=0
Set this keyword to use a logarithmic X axis
xrange: in, optional, type=double
Set this keyword to a two-element array giving the X data range of the plot.
xsize: in, optional, type=int, default=640
The X size of the program's draw widget.
ylog: in, optional, type=boolean, default=0
Set this keyword to use a logarithmic Y axis
ynozero: in, optional, type=boolean, default=0
Set this keyword to use allow the Y axis to start at a value other than zero.
yrange: in, optional, type=double
Set this keyword to a two-element array giving the Y data range of the plot.
ysize: in, optional, type=int, default=512
The Y size of the program's draw widget.
zoomfactor: in, optional, type=float
Set this keyword to a number between 0.01 and 0.25. This affects the amount
of zooming when the X axis and Y axis are zoomed with the LEFT mouse button.
The default value is 0.05 or five percent of the current axis range on each
end of the axis, resulting in a 10 percent change in the axis length.
_ref_extra: in, optional, type=any
Any keyword appropriate for the IDL Plot or Coyote Graphic cgPlot command is
allowed in the program. Note that this is not the same as saying it is a good
idea to use every one of the these keywords. Use good judgment.