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

Method clamp_grid

egui_plot/src/plot.rs:514–517  ·  view source on GitHub ↗
(mut self, clamp_grid: bool)

Source from the content-addressed store, hash-verified

512 /// Default: `false`.
513 #[inline]
514 pub fn clamp_grid(mut self, clamp_grid: bool) -> Self {
515 self.clamp_grid = clamp_grid;
516 self
517 }
518
519 /// Set the sense for the plot rect.
520 ///

Callers 1

show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected