You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
]activate --temp; add GLMakie, and then using GLMakie; heatmap(rand(10,5), axis=(autolimitaspect=2,)), grab lower right corner of the window with mouse, move the mouse a couple of seconds, and freezing occurs
Windows 11, Intel(R) Core(TM) i7-1370P, GPU is integrated
That's a known problem with autolimitaspect, probably should just be documented because I don't know if it can be really solved. If you change the limits when the layout changes, then you sometimes change the layout again, and again, and again, etc. You can avoid this by fixing the space allotted for the tick labels (whose length change causes the relayout) with tight_ticklabel_spacing!(ax) or just hiding ticks altogether.
]activate --temp; add GLMakie
, and thenusing GLMakie; heatmap(rand(10,5), axis=(autolimitaspect=2,))
, grab lower right corner of the window with mouse, move the mouse a couple of seconds, and freezing occursThe text was updated successfully, but these errors were encountered: