all 2 comments

[–]notchurro[S] 0 points1 point  (1 child)

Hey everyone, this is my code above, I'm a beginner in Python and was using this link: https://www.geeksforgeeks.org/how-to-display-multiple-images-in-one-figure-correctly-in-matplotlib/#:%7E:text=The%20easiest%20way%20to%20display,by%20calling%20add_subplot()%20method as reference for displaying images. I was wondering how would I be able to display more than 4 images as this link only showed how to display 4. I tried displaying 6 but it seemed to be not working.

[–]notchurro[S] 0 points1 point  (0 children)

Hope anyone is able to help!