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

Method stems

egui_plot/src/items/points.rs:59–62  ·  view source on GitHub ↗
(mut self, y_reference: f32)

Source from the content-addressed store, hash-verified

57 /// line.
58 #[inline]
59 pub fn stems(mut self, y_reference: f32) -> Self {
60 self.stems = Some(y_reference);
61 self
62 }
63
64 /// Set the maximum extent of the marker around its position, in ui points.
65 #[inline]

Callers 1

show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected