I created a grid of images (12x12). At some point, I want to remove some of the images in the grid.
Since all my images are under the variable chip2, How could I remove one of the images in the grid? Can I use the display.remove()? How would I specify to delete one of the images (ie. 3rd image in the grid)?
Thanks for any help!
Warren