Closed
Description
When multiple images are placed on an axes, a composite image is created containing all of them. Unfortunately, since PS does not support alpha, the background of the axes does not show through. The obvious choice is to turn off image compositing, however, make_image
still expands each image to fill the entire axes, so only the topmost image will be visible. This will require some finagling, but it seems the thing to do is to stop non-composited images from taking up the entire axes.