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

Method show_y

egui_plot/src/plot.rs:277–280  ·  view source on GitHub ↗
(mut self, show_y: bool)

Source from the content-addressed store, hash-verified

275 /// Show the y-value (e.g. when hovering). Default: `true`.
276 #[inline]
277 pub fn show_y(mut self, show_y: bool) -> Self {
278 self.show_y = show_y;
279 self
280 }
281
282 /// Show the crosshair when hovering. Default: `true`.
283 #[inline]

Callers 1

show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected