Categorical heatmap
using
AbstractPlotting
x
=
[
"a"
,
"b"
,
"c"
]
y
=
[
"α"
,
"β"
,
"γ"
]
heatmap
(
x
,
y
,
rand
(
3
,
3
))