Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 2.15 KB

error-bars.md

File metadata and controls

31 lines (19 loc) · 2.15 KB
layout title nav_order has_children parent grand_parent has_toc
default
Error Bars
4
false
Line Plots
Examples
false

Error Bars

errorbar(x,y,err);

See result

example_errorbar_1

More examples:

example_errorbar_2 example_errorbar_3 example_errorbar_4 example_errorbar_5 example_errorbar_6 example_errorbar_7 example_errorbar_8 example_errorbar_9 example_errorbar_10

The error bar object includes extra lines to represent error around data points. Log plots are utility functions that adjust the x or y axes to a logarithmic scale.