I have a bunch of images named 'arbitrary_name + index(i,j)', I would like to read those files first and combine them into a matrix-like plot which has a dimension of len(i)*len(j), each image is located in accordance with their name index. Is there any way I can do that?
In other words, use images instead of values in the heat map.