Module re_time_panel::data_density_graph
source · Expand description
Show the data density over time for a data stream.
The data density is the number of data points per unit of time. We collect this into a histogram, blur it, and then paint it.
Structs§
- Persistent data for painting the data density graph.
Constants§
- Higher = slower, but more accurate.
- MARGIN_X 🔒We need some margin because of the blurring.
Functions§
- smooth 🔒Blur the input slightly.
- This is a wrapper over
range_relevant_chunks
which also supports querying the entire entity. Relevant chunks are those which: