bool UI::Plot::BeginPlot(const string&in title_id, const vec2&in size = vec2 ( - 1 , 0 ), int flags = UI::Plot::PlotFlags::None)
Starts a 2D plotting context. If this function returns true, EndPlot() MUST be called!
EndPlot()
string title_id
string
title_id
vec2 size
vec2
size
int flags
int
flags
bool