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

Method show_x

egui_plot/src/plot.rs:270–273  ·  view source on GitHub ↗
(mut self, show_x: bool)

Source from the content-addressed store, hash-verified

268 /// Show the x-value (e.g. when hovering). Default: `true`.
269 #[inline]
270 pub fn show_x(mut self, show_x: bool) -> Self {
271 self.show_x = show_x;
272 self
273 }
274
275 /// Show the y-value (e.g. when hovering). Default: `true`.
276 #[inline]

Callers 1

show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected