Is there a way to show multiple images on the same view with different offsets?
The _build_vertex_data
in vispy/visuals/image.py
doesn't seem to take any offsets.
For example, I would like to have 3 images side by side, allowing me to zoom in and out of them as a group.