epezent / epezent/implot

Improve plot interfaces to be more flexible and convenient

Open
#445 21 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
6.2k
Forks
693
PR merge metrics
No merged PRs in 30d

Description

As I understand it now, it it only possible to plot the exact data that is already present in memory

What one would often like to do: Plot something that is calculated from the raw data.

Possible implementation: Pass a lambda (or transform function) to all PlotXYZ() functions
The lambda transforms the data to our liking.
The lambda can be invocable on an arbitrary data type, but of course produces one result of a plottable type

I might post or push an example when I get it working
the CALL_INSTANTIATE_FOR_NUMERIC_TYPES thing seems to be getting in the way though.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.