MCPcopy Index your code
hub / github.com/SiegeLord/RustGnuplot / box_error_low_high

Method box_error_low_high

gnuplot/src/axes2d.rs:768–794  ·  view source on GitHub ↗

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 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