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

Method geometry

egui_plot/src/items/series.rs:296–298  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

294 }
295
296 fn geometry(&self) -> PlotGeometry<'_> {
297 PlotGeometry::Points(self.series.points())
298 }
299
300 fn bounds(&self) -> PlotBounds {
301 self.series.bounds()

Callers

nothing calls this directly

Calls 2

PointsClass · 0.85
pointsMethod · 0.45

Tested by

no test coverage detected