Function implot::plot_to_pixels_f32[][src]

pub fn plot_to_pixels_f32(
    plot_position_x: f64,
    plot_position_y: f64,
    y_axis_choice: Option<YAxisChoice>
) -> ImVec2

Convert a position in the current plot's coordinate system to pixels. Uses the specified Y axis, if any, otherwise whatever was previously chosen.