Documentation

UI::Plot::PlotStems

Function

void UI::Plot::PlotStems(const string&in label_id, const float[]@ values, double ref = 0.0, double scale = 1.0, double start = 0.0, int flags = UI::Plot::StemsFlags::None)

Plots stems. Vertical by default.

string label_id

const float[]@ values

double ref

double scale

double start

int flags

void UI::Plot::PlotStems(const string&in label_id, const float[]@ xs, const float[]@ ys, double ref = 0.0, int flags = UI::Plot::StemsFlags::None)

Plots stems. Vertical by default.

string label_id

const float[]@ xs

const float[]@ ys

double ref

int flags