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

Method shape

egui_plot/src/items/points.rs:37–40  ·  view source on GitHub ↗
(mut self, shape: MarkerShape)

Source from the content-addressed store, hash-verified

35 /// Set the shape of the markers.
36 #[inline]
37 pub fn shape(mut self, shape: MarkerShape) -> Self {
38 self.shape = shape;
39 self
40 }
41
42 /// Set the marker's color.
43 #[inline]

Callers 2

show_plotMethod · 0.80
markersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected