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

Method coordinates_formatter

egui_plot/src/plot.rs:427–430  ·  view source on GitHub ↗
(mut self, position: Corner, formatter: CoordinatesFormatter<'a>)

Source from the content-addressed store, hash-verified

425 /// Show the pointer coordinates in the plot.
426 #[inline]
427 pub fn coordinates_formatter(mut self, position: Corner, formatter: CoordinatesFormatter<'a>) -> Self {
428 self.coordinates_formatter = Some((position, formatter));
429 self
430 }
431
432 /// Configure how the grid in the background is spaced apart along the X
433 /// axis.

Callers 1

show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected