MCPcopy Create free account
hub / github.com/emilk/egui_plot / vertical

Method vertical

egui_plot/src/items/box_plot.rs:73–78  ·  view source on GitHub ↗
(mut self)

Source from the content-addressed store, hash-verified

71 /// Argument axis will be X and values will be on the Y axis.
72 #[inline]
73 pub fn vertical(mut self) -> Self {
74 for box_elem in &mut self.boxes {
75 box_elem.orientation = Orientation::Vertical;
76 }
77 self
78 }
79
80 /// Set all elements to be in a horizontal orientation.
81 /// Argument axis will be Y and values will be on the X axis.

Callers 5

show_controlsMethod · 0.45
show_controlsMethod · 0.45
show_controlsMethod · 0.45
show_controlsMethod · 0.45
demo_panelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected