ImPlot_SetupAxisTicks_double

Function ImPlot_SetupAxisTicks_double 

Source
pub unsafe extern "C" fn ImPlot_SetupAxisTicks_double(
    axis: ImAxis,
    v_min: f64,
    v_max: f64,
    n_ticks: c_int,
    labels: *const *const c_char,
    keep_default: bool,
)