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

Class PanState

src/plot_state.rs:1333–1338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1331 }
1332 (FillEndpoint::VLine(vline0), FillEndpoint::VLine(vline1)) => {
1333 let (y0, y1) = y_domain?;
1334 let x0 = data_value_to_plot_with_axis_range(
1335 vline0.x,
1336 widget.x_axis_scale,
1337 vline0.transform.as_ref(),
1338 Some(axis_ranges.0),
1339 )?;
1340 let x1 = data_value_to_plot_with_axis_range(
1341 vline1.x,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected