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

Method frame

egui_plot/src/axis.rs:448–450  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

446 /// ui-space rectangle.
447 #[inline]
448 pub fn frame(&self) -> &Rect {
449 &self.frame
450 }
451
452 /// Plot-space bounds.
453 #[inline]

Callers 7

collect_shapesMethod · 0.80
show_coordinatesMethod · 0.80
paint_grid_directionMethod · 0.80
show_dynMethod · 0.80
draw_nameMethod · 0.80
vertical_lineFunction · 0.80
horizontal_lineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected