Scatter
A simple scatter plot, over a board.
Sources
c++ Scatter::Add(name, board, ...)
A point outside the range is not drawn.
What it publishes
| Setting | Default | |
|---|---|---|
s/color |
the ink | next in the board's palette |
s/size |
radius of a mark, in pixels | 5 |
s/reveal |
how much of it is there, 0 to 1 | 1 |
Like a curve it arrives left to right, and caption is what a
legend calls it. Setting one of these names is the same
three ways as everywhere else.
Marks are drawn over the board with ImGui, so a scatter carries no shader and
writes no views/*.glsl file.