Bitmap heat-maps saved as PNGs.
This is an optional module, allowing you to add pixel-based heat-maps to your plots. You create a heat-map, change its .scale
(which is an Axis
) and values:
You can add it to an existing Plot2D
:
You can pass in a second Plot2D
, which will be taken over as a "scale" plot, including any ticks/label from heatMap.scale
:
You can also add it to a Grid
(e.g. a Figure
), which will create two sub-plots (data and scale). All .addTo()
methods return the data plot, so you can inline things a bit:
Files | |
file | heatmap.h |
Classes | |
struct | signalsmith::plot::HeatMap |
Pixel-based heat-map. More... | |