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

Method horizontal

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

Source from the content-addressed store, hash-verified

81 /// Argument axis will be Y and values will be on the X axis.
82 #[inline]
83 pub fn horizontal(mut self) -> Self {
84 for box_elem in &mut self.boxes {
85 box_elem.orientation = Orientation::Horizontal;
86 }
87 self
88 }
89
90 /// Add a custom way to format an element.
91 /// Can be used to display a set number of decimals or custom labels.

Callers 15

show_controlsMethod · 0.45
show_controlsMethod · 0.45
show_plotMethod · 0.45
show_controlsMethod · 0.45
show_controlsMethod · 0.45
show_controlsMethod · 0.45
show_controlsMethod · 0.45
show_controlsMethod · 0.45
show_controlsMethod · 0.45
show_controlsMethod · 0.45
show_controlsMethod · 0.45
show_plotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected