I'm updating the worldclim example to 1.0 and fixing it, and ran into this issue: ```julia Makie.heatmap(water[10]) ```  ```julia Plots.heatmap(water[10]) ```  (note that the matrix format in the example is a bit funky in both examples). I have a strong feeling this is the source of the issues described in https://github.com/JuliaPlots/Makie.jl/issues/137