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

Function data_value_to_plot

src/transform.rs:277–283  ·  view source on GitHub ↗
(
    value: f64,
    axis_scale: AxisScale,
    transform: Option<&Transform>,
)

Source from the content-addressed store, hash-verified

275}
276
277pub(crate) fn data_value_to_plot(
278 value: f64,
279 axis_scale: AxisScale,
280 transform: Option<&Transform>,
281) -> Option<f64> {
282 data_value_to_plot_with_axis_range(value, axis_scale, transform, None)
283}
284
285pub(crate) fn data_value_to_plot_with_axis_range(
286 value: f64,

Callers 2

transform_dataMethod · 0.85
data_to_plotMethod · 0.85

Calls 1

Tested by

no test coverage detected