Datashader is a heatmap of a 2D histogram with an optional nonlinear value count transformation, it’s meant to be a mostly nonparametric way to get a feeling for datasets with up to billions of points. Scatter would overplot too much, you could build it yourself using heatmap but it’s a bit tricky to get super performant and interactive. It also recomputes the binning automatically so it fits the current Axis limits. It’s modelled after Python’s holoviz datashader module which was presented at Makiecon so we wanted something like it for Makie.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Makie: overlaying scatter plot onto heatmap in Pluto | 1 | 1095 | July 22, 2021 | |
| Makie density2d scatter plot | 10 | 1851 | March 4, 2025 | |
| Help to perform scatter density plot with Plots.jl | 9 | 2843 | October 17, 2023 | |
| PythonPlot: use imshow instead of pcolormesh for heatmaps | 13 | 692 | August 16, 2024 | |
| [Ann] Makie v0.19.5 and new blogpost | 0 | 832 | May 22, 2023 |