UnicodePlot::MatrixView(T)
A small internal view over Array(Array(T)).
MatrixView intentionally supports only Array(Array(T)) for now. It centralizes validation for matrix-shaped plot inputs:
- rectangular shape
- row / column dimensions
- indexed access
- cell iteration
It is used by heatmap, spy, contourplot, surfaceplot, and imageplot. MatrixView is not a general AbstractMatrix abstraction.
Constructors
Instance methods
each_cell
Sourceempty?
Sourcencols
Sourcenrows
Sourcerows
Sourceshape
Source