Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emilk/egui_plot
/ geometry
Method
geometry
egui_plot/src/items/points.rs:258–260 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
256
}
257
258
fn geometry(&self) -> PlotGeometry<'_> {
259
PlotGeometry::Points(self.series.points())
260
}
261
262
fn bounds(&self) -> PlotBounds {
263
self.series.bounds()
Callers
nothing calls this directly
Calls
2
Points
Class · 0.85
points
Method · 0.45
Tested by
no test coverage detected