I want to plot several RGB images on one set of axes with matplotlib. I initially tried using imshow for this, but it doesn\'t seem to handle two images on one set of axes
How about combining all your images into one big numpy array which you then display with imshow?