PLOTERR

The PLOTERR procedure plots individual data points with error bars.

This routine is written in the IDL language. Its source code can be found in the file ploterr.pro in the lib subdirectory of the IDL distribution.

Calling Sequence

PLOTERR, [ X ,] Y , Err

Arguments

X

An optional array of X values. The procedure checks the number of arguments passed to decide if X was passed. If X is not passed, then INDGEN( Y ) is assumed for the X values.

Y

The array of Y values. Y cannot be of type string.

Err

The array of error-bar values.

Keywords

TYPE

The type of plot to be produced. The possible types are:

  1. X Linear - Y Linear (default)
  2. X Linear - Y Log
  3. X Log - Y Linear
  4. X Log - Y Log

PSYM

The plotting symbol to use. The default is +7.

See Also

ERRPLOT , OPLOTERR , PLOT