Test heatmap + image overlap

using Makie

 heatmap(rand(32, 32))
 image!(map(x->RGBAf0(x,0.5, 0.5, 0.8), rand(32,32)))