Plot a 2D box-plot with error bars. Box widths are, by default set so that there are no gaps between successive boxes (i.e. each box may have a different width). This may be adjusted with (set_box_width())[Axes2D::set_box_width()] or by using the `BoxWidth` option. Boxes start at the x-axis and go towards the y value of the datapoint. Each box has an error bar from y - y_low to y + y_high. # Argum
( &'l mut self, x: X, y: Y, y_low: YL, y_high: YH, options: &[PlotOption<&str>], )
source not stored for this graph (policy: none)