I have started using nilearn and its plotting capabilities to create beautiful images. I have been using plotting.plot_stat_map function, which is working very well for most of my needs. When trying to plot a large number of slices (>7) the images are concatenated from left to right. Ideally, I would like to specify the number of rows and columns where the images should be placed.
At the moment, I am saving each image individually and then creating a montage with ImageMagick. If anyone has any other suggestions I would appreciate.
Thanks
Bob