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

Method id

egui_plot/src/plot.rs:200–203  ·  view source on GitHub ↗
(mut self, id: Id)

Source from the content-addressed store, hash-verified

198 /// This is the same `Id` that can be used for [`PlotMemory::load`].
199 #[inline]
200 pub fn id(mut self, id: Id) -> Self {
201 self.id = Some(id);
202 self
203 }
204
205 /// width / height ratio of the data.
206 /// For instance, it can be useful to set this to `1.0` for when the two

Callers 7

show_plotMethod · 0.45
markersMethod · 0.45
show_plotMethod · 0.45
show_plotMethod · 0.45
make_cellMethod · 0.45
prepare_legendMethod · 0.45
handle_hoverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected