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

Method invert_x

egui_plot/src/plot.rs:228–231  ·  view source on GitHub ↗
(mut self, invert: bool)

Source from the content-addressed store, hash-verified

226 /// right).
227 #[inline]
228 pub fn invert_x(mut self, invert: bool) -> Self {
229 self.invert_x = invert;
230 self
231 }
232
233 /// Set whether to invert the y-axis (i.e. positive values go down).
234 /// By default the y-axis is not inverted (i.e. positive values go up).

Callers 2

show_plotMethod · 0.80
show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected