MCPcopy Index your code
hub / github.com/cpmech/plotpy / set_width

Method set_width

src/boxplot.rs:209–212  ·  view source on GitHub ↗

Sets the width of each box (default: 0.5)

(&mut self, width: f64)

Source from the content-addressed store, hash-verified

207
208 /// Sets the width of each box (default: 0.5)
209 pub fn set_width(&mut self, width: f64) -> &mut Self {
210 self.width = Some(width);
211 self
212 }
213
214 /// Hides outlier points (fliers) when `true`
215 ///

Callers 6

draw_works_2Function · 0.45
draw_mat_works_2Function · 0.45
test_barplot_2Function · 0.45
test_boxplot_1Function · 0.45
test_boxplot_2Function · 0.45
test_boxplot_5Function · 0.45

Calls

no outgoing calls

Tested by 6

draw_works_2Function · 0.36
draw_mat_works_2Function · 0.36
test_barplot_2Function · 0.36
test_boxplot_1Function · 0.36
test_boxplot_2Function · 0.36
test_boxplot_5Function · 0.36