Documentation

UI::Plot::PlotLine

Function

void UI::Plot::PlotLine(const string&in label_id, const float[]@ values, double x_scale = 1.0, double x_start = 0.0, int flags = UI::Plot::LineFlags::None)

Plots a standard 2D line plot.

string label_id

const float[]@ values

double x_scale

double x_start

int flags

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

Plots a standard 2D line plot.

string label_id

const float[]@ xs

const float[]@ ys

int flags