ImPlot_SetNextAxisLimits

Function ImPlot_SetNextAxisLimits 

Source
pub unsafe extern "C" fn ImPlot_SetNextAxisLimits(
    axis: ImAxis,
    v_min: f64,
    v_max: f64,
    cond: ImPlotCond,
)