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

Class ButtonPressState

src/plot_state.rs:1317–1321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315 }
1316 (FillEndpoint::HLine(hline0), FillEndpoint::HLine(hline1)) => {
1317 let (x0, x1) = x_domain?;
1318 let y0 = data_value_to_plot_with_axis_range(
1319 hline0.y,
1320 widget.y_axis_scale,
1321 hline0.transform.as_ref(),
1322 Some(axis_ranges.1),
1323 )?;
1324 let y1 = data_value_to_plot_with_axis_range(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected