Scatterplot with Colormap?
Open
type:feat
- Dominant language
- C++
- Stars
- 6.2k
- Forks
- 693
- PR merge metrics
- No merged PRs in 30d
Description
Is there a way to have the scatterplot color the points by the values in a data array?
An ideal API for my case would be something like:
```
float xs[30] = ...
float ys[30] = ...
float ts[30] = ...
ImPlot::PlotScatterWithColormap("temperature samples", xs, ys, ts, 30);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.