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

Method min_size

egui_plot/src/plot.rs:263–266  ·  view source on GitHub ↗
(mut self, min_size: Vec2)

Source from the content-addressed store, hash-verified

261 /// Minimum size of the plot view.
262 #[inline]
263 pub fn min_size(mut self, min_size: Vec2) -> Self {
264 self.min_size = min_size;
265 self
266 }
267
268 /// Show the x-value (e.g. when hovering). Default: `true`.
269 #[inline]

Callers 1

thumbnails_panelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected