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

Method with_axes_transform

src/reference_lines.rs:58–61  ·  view source on GitHub ↗

Interpret the x position as a normalized plot coordinate.

(mut self)

Source from the content-addressed store, hash-verified

56
57 /// Interpret the x position as a normalized plot coordinate.
58 pub fn with_axes_transform(mut self) -> Self {
59 self.transform = Some(Transform::axes());
60 self
61 }
62
63 /// Set the line width in pixels.
64 pub fn with_width(mut self, width: f32) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected