Plot a 2D box-and-whisker plot. 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. # Arguments `x` - x values (center of the box) `box_min` - minimum box y value `whisker_min` - minimum whisker y value `whisker_max` - m
( &'l mut self, x: X, box_min: BoxMin, whisker_min: WhiskerMin, whisker_max: WhiskerMax, box_max: BoxMax, options: &[PlotOption<&str>], )
source not stored for this graph (policy: none)