Test heatmap + image overlap
using
AbstractPlotting
heatmap
(
rand
(
32
,
32
))
image!
(
map
(
x
->
RGBAf0
(
x
,
0.5
,
0.5
,
0.8
),
rand
(
32
,
32
)))