MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / with_world_width

Method with_world_width

src/series.rs:86–89  ·  view source on GitHub ↗

Set the line width in world units.

(mut self, width: f64)

Source from the content-addressed store, hash-verified

84
85 /// Set the line width in world units.
86 pub fn with_world_width(mut self, width: f64) -> Self {
87 self.width = Size::World(width);
88 self
89 }
90
91 /// Set the line type while preserving the current width.
92 pub fn with_line_type(mut self, line_type: LineType) -> Self {

Callers 1

line_width_worldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected