I\'m trying to plot images from MNIST dataset using the following code.
import matplotlib.pyplot as plt fig, ax = plt.subplots(5,5) for i in range(5): for