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

Method set_box_width

gnuplot/src/axes_common.rs:1426–1430  ·  view source on GitHub ↗

Set the width of boxes in any box plots on the axes (for example [boxes()](crate::Axes2D::boxes), [box_and_whisker()](crate::Axes2D::box_and_whisker)) # Arguments `width` - Width of boxes. `is_relative` - if `true`, `width` is interpreted as a fraction of the default box width. if `false` width is an absolute value in the units of the x axis

(&mut self, width: f64, is_relative: bool)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

exampleFunction · 0.80
exampleFunction · 0.80

Implementers 2

axes2d.rsgnuplot/src/axes2d.rs
axes3d.rsgnuplot/src/axes3d.rs

Calls 1

get_common_data_mutMethod · 0.45

Tested by

no test coverage detected