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

Function plot_point_to_data

src/axis_scale.rs:29–35  ·  view source on GitHub ↗
(
    point: [f64; 2],
    x_scale: AxisScale,
    y_scale: AxisScale,
)

Source from the content-addressed store, hash-verified

27}
28
29pub(crate) fn plot_point_to_data(
30 point: [f64; 2],
31 x_scale: AxisScale,
32 y_scale: AxisScale,
33) -> Option<[f64; 2]> {
34 crate::transform::plot_point_to_data(point, x_scale, y_scale)
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected