2D grid rendered as hatched cells. See Bland.heatmap/3 and
Bland.Heatmap.
Fields:
:data— list of rows; each row is a list of numbers. Withorigin: :bottom_left(default),datais addresseddata[row][col]where row 0 is the bottom row.:x_edges— list of lengthcols + 1giving column boundaries:y_edges— list of lengthrows + 1giving row boundaries:ramp— list of pattern presets (light → dark). The cell value is quantized tolength(ramp)levels.:range—{lo, hi}used for quantization.:autoderives from data.:origin—:bottom_left(default) or:top_leftfor matrix-style display where row 0 is the top row.