Skip to content

ImPlot.plotShaded function missing #83

@tlf30

Description

@tlf30

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.

Example:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions