I have a set of 150x150px png images, and a set of (x, y) coordinates that they correspond to. Is there a way to plot the images on a grid? For example, I\'m looking for an
I would use matplotlib for that. this demo shows something similar, I am sure it can be adapted to your particular problem