Function implot_sys::ImPlot_SetNextPlotTicksYdouble[][src]

pub unsafe extern "C" fn ImPlot_SetNextPlotTicksYdouble(
    y_min: f64,
    y_max: f64,
    n_ticks: c_int,
    labels: *const *const c_char,
    show_default: bool,
    y_axis: ImPlotYAxis
)