Open FaresX opened 3 weeks ago
using GLMakie
f = Figure()
ax = Axis(f[1,1])
heatmap!(ax, rand(100, 100))
DataInspector(f)
empty!(f)
ax = Axis(f[1,1])
heatmap!(ax, rand(100, 100))
DataInspector(f)
f
This is another issue that may be caused by empty!(figure). Run the codes above and resize the figure to reproduce this issue.