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

Method show_grid

egui_plot/src/plot.rs:628–631  ·  view source on GitHub ↗
(mut self, show: impl Into<Vec2b>)

Source from the content-addressed store, hash-verified

626 /// Default: `true`.
627 #[inline]
628 pub fn show_grid(mut self, show: impl Into<Vec2b>) -> Self {
629 self.show_grid = show.into();
630 self
631 }
632
633 /// Set the base color for grid lines.
634 ///

Callers 1

show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected