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

Method border_width

egui_plot/src/items/span.rs:99–102  ·  view source on GitHub ↗
(mut self, width: f32)

Source from the content-addressed store, hash-verified

97 /// Convenience for updating the span border width.
98 #[inline]
99 pub fn border_width(mut self, width: f32) -> Self {
100 self.border_stroke.width = width;
101 self
102 }
103
104 /// Convenience for updating the span border color.
105 #[inline]

Callers 1

show_plotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected