|
|
|||
|
|
| Error Bar Plots Package Symbol | See Also »|More About » |
| ErrorListPlot[{{y1, dy1}, {y2, dy2}, ...}] plots points corresponding to a list of values y1, y2, ..., with corresponding error bars. The errors have magnitudes dy1, dy2, .... |
| ErrorListPlot[{{{x1, y1}, ErrorBar[err1]}, {{x2, y2}, ErrorBar[err2]}, ...}] plots points with specified x and y coordinates and error magnitudes. |
| ErrorBarFunction | Automatic | how to render errors |
Needs["ErrorBarPlots`"] Plot data with associated errors:
Plot data with error bars:
ErrorListPlot takes the same options as ListPlot:
|
| © 2013 Wolfram Research, Inc. |