I'm trying to generate a time contact sheet with the 2D Disk for some EEG data. I would like to show 4 disks in a row, but the behavior of whatever process is building the contact sheet seems to be that it divides any number of snapshots (even just 4) by two and displays them in multiple rows. Is there an easy way to modify the code so I can choose the number of rows?
By default Brainstorm aims to have a similar number of rows and columns for contact sheets.
You could temporarily modify this behaviour by changing these lines:
Thank you @Raymundo.Cassani