error_bar: error_bar

Description Usage Arguments Examples

Description

Put error bars on top of your bar plots. This functionality is now integrated into MarkdownReporter's wbarplot() function

Usage

1
error_bar(x, y, upper, lower = upper, width = 0.1, ...)

Arguments

x

X-position on the plot.

y

Y-position on the plot.

upper

Size of the upper error bar.

lower

Size of the lower error bar. By default, it equals the upper error bar.

width

Width of the erro bar whisker.

...

Pass any other parameter of the corresponding arrows function (most of them should work).

Examples

1
error_bar (x =  , y =  , upper =  , lower = upper, width  = 0.1, ... =  )

vertesy/MarkdownReports.v2.9.5 documentation built on May 22, 2019, 4 p.m.