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
I think this has to do with auto_scale() being called somewhere on the last subplot. If you first click the auto-scale button in the 5 subplots/images situation to make the images visible, and then call iw.gridplot[-1, -1].auto_scale() it reproduces the wrong auto-scaling.
@clewis7 is this what you were getting? It might be from the toolbar refactor. We need more tests 🥲