Error Bar Graph
Plot 2-D linear curve and add error bars
Plotted Variables
- Two variables -- plot a vector or each column of a matrix as one curve vs. its index. Second argument defines the error bars as distance above and below curve.
- Three variables -- plot curve of second argument vs. first. Third argument defines the error bars as distance above and below curve.
- Four variables -- plot curve of second argument vs. first. Third and fourth arguments specify error bar distance below and above curve, respectively.
All selected arguments must be the same size.
More Information
The axes ColorOrder property determines color of curves and error bars.
See the errorbar reference page for more information.