MatrixPlot
MatrixPlot( matrix )
create a matrix plot.
Examples
>> MatrixPlot({{4, 2, 1}, {3, 0, -2}, {0, 0, -1}})
Implementation status
- ✅ - full supported
MatrixPlot( matrix )
create a matrix plot.
>> MatrixPlot({{4, 2, 1}, {3, 0, -2}, {0, 0, -1}})