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ยง
- DEBUG_PAINT ๐
- Higher = slower, but more accurate.
- MARGIN_X ๐We need some margin because of the blurring.
Functionsยง
- graph_color ๐
- make_brighter ๐
- show_row_ids_tooltip ๐
- smooth ๐Blur the input slightly.