Skip to main content

ImPlot_PlotErrorBars_doublePtrdoublePtrdoublePtrdoublePtr

Function ImPlot_PlotErrorBars_doublePtrdoublePtrdoublePtrdoublePtr 

Source
pub unsafe extern "C" fn ImPlot_PlotErrorBars_doublePtrdoublePtrdoublePtrdoublePtr(
    label_id: *const c_char,
    xs: *const f64,
    ys: *const f64,
    neg: *const f64,
    pos: *const f64,
    count: c_int,
    spec: ImPlotSpec_c,
)