-
-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Description
One of the ImPlot.plotShaded functions is missing:
template <typename T> IMPLOT_API void PlotShaded(const char* label_id, const T* xs, const T* ys1, const T* ys2, int count, int offset=0, int stride=sizeof(T));
Or in practice: ImPlot::PlotShaded("Plot", xs, ys1, ys2, 100);
It allows to plot a shaded region between two Y-Axis arrays.
Metadata
Metadata
Assignees
Labels
No labels
