Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_shapes
Method · 0.80
show_coordinates
Method · 0.80
paint_grid_direction
Method · 0.80
show_dyn
Method · 0.80
draw_name
Method · 0.80
vertical_line
Function · 0.80
horizontal_line
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected