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

Method with_axes_transform

src/plot_overlay.rs:74–77  ·  view source on GitHub ↗

Interpret the overlay anchor as normalized plot coordinates.

(mut self)

Source from the content-addressed store, hash-verified

72
73 /// Interpret the overlay anchor as normalized plot coordinates.
74 pub fn with_axes_transform(mut self) -> Self {
75 self.anchor_position_transform = PositionTransform::axes();
76 self
77 }
78
79 /// Set the overlay position relative to its anchor.
80 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected