Description
With napari 0.6.2, the grid mode now links the images in every grid tile under the assumptions that every tile is a different view of the same data. However, that conflicts a bit with how cross-layer functionality is currently done in the napari-clusters-plotter. The previous way of unlinked grid tiles was actually quite nice for this.
I guess one way of solving this would be to partially undo #422, which used the grid stride first to make the layer ordering a bit more natural and easy to use. Another way would be to do it as before and arrange tiles using the translate
property of the layers.
CC @brisvag - do you maybe have a suggestion for us on how to do this?
For reference see doc pages - it was a cool feature to zoom in/out into individual tiles as if they were samples in a plate :)