MCPcopy Create free account
hub / github.com/cpmech/plotpy / set_horizontal

Method set_horizontal

src/boxplot.rs:184–187  ·  view source on GitHub ↗

Enables drawing horizontal boxes instead of vertical When `true`, the boxplot is rotated 90° clockwise so categories appear on the y-axis.

(&mut self, flag: bool)

Source from the content-addressed store, hash-verified

182 /// When `true`, the boxplot is rotated 90° clockwise so categories
183 /// appear on the y-axis.
184 pub fn set_horizontal(&mut self, flag: bool) -> &mut Self {
185 self.horizontal = flag;
186 self
187 }
188
189 /// Sets the position of the whiskers
190 ///

Callers 8

draw_works_2Function · 0.45
draw_mat_works_2Function · 0.45
test_inset_axes_2Function · 0.45
test_barplot_3Function · 0.45
test_barplot_4Function · 0.45
test_boxplot_1Function · 0.45
test_boxplot_2Function · 0.45
test_boxplot_5Function · 0.45

Calls

no outgoing calls

Tested by 8

draw_works_2Function · 0.36
draw_mat_works_2Function · 0.36
test_inset_axes_2Function · 0.36
test_barplot_3Function · 0.36
test_barplot_4Function · 0.36
test_boxplot_1Function · 0.36
test_boxplot_2Function · 0.36
test_boxplot_5Function · 0.36