epezent / epezent/implot

Scatterplot with Colormap?

Open
#473 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.