← Back
Heatmap
[basic]2D heatmap with color scale cycling
2D heatmap with color scale cycling
For the full interactive experience:
$ mix raxol.playground
Code
chart_element =
heatmap(
data: model.grid,
width: effective_width(model, @default_chart_width),
height: @chart_height,
color_scale: model.color_scale
)