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

Method boxes

gnuplot/src/axes2d.rs:688–703  ·  view source on GitHub ↗

Plot a 2D box-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. Boxes start at the x-axis and go towards the y value of the datapoint. # Arguments `x` - x values (center of the box) `y` - y values `options` - Arra

(
		&'l mut self, x: X, y: Y, options: &[PlotOption<&str>],
	)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

flush_testFunction · 0.80
exampleFunction · 0.80
exampleFunction · 0.80

Calls

no outgoing calls

Tested by 1

flush_testFunction · 0.64