ImPlot_SetNextAxesLimits

Function ImPlot_SetNextAxesLimits 

Source
pub unsafe extern "C" fn ImPlot_SetNextAxesLimits(
    x_min: f64,
    x_max: f64,
    y_min: f64,
    y_max: f64,
    cond: ImPlotCond,
)