MCPcopy Create free account
hub / github.com/SiegeLord/RustGnuplot / box_and_whisker

Method box_and_whisker

gnuplot/src/axes2d.rs:818–845  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

exampleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected