Documentation

UI::Plot::PlotErrorBars

Function

void UI::Plot::PlotErrorBars(const string&in label_id, const float[]@ xs, const float[]@ ys, const float[]@ err, int flags = UI::Plot::ErrorBarsFlags::None)

Plots vertical error bar.

string label_id

Should be the same as the label_id of the associated line or bar plot.

const float[]@ xs

const float[]@ ys

const float[]@ err

int flags

void UI::Plot::PlotErrorBars(const string&in label_id, const float[]@ xs, const float[]@ ys, const float[]@ neg, const float[]@ pos, int flags = UI::Plot::ErrorBarsFlags::None)

Plots vertical error bar.

string label_id

Should be the same as the label_id of the associated line or bar plot.

const float[]@ xs

const float[]@ ys

const float[]@ neg

const float[]@ pos

int flags