Category "subplot"

matplotlib savefig of multiple subplots without displaying

I have an array of images which I have reshaped as size (28, 28, 3) of 100 images. I want to save the plot which the below code generates, but without display

Row and column headers in matplotlib's subplots

What's the best practise to add a row and a column header to a grid of subplots generated in a loop in matplotlib? I can think of a couple, but not particularly