In our pilot experiment we did not include any information about the ECoG location, so once we have generated the CSP patterns we can’t plot it using the plot_patterns function.
The ECoG is a 7x4 array, is there a way to plot the activations on a grid somehow manually?
The plot_filters function takes a montage as fas a I know so you could either define your own montage and assign it to the info as a rectangle in the general position of the grid, you’d still have the head outline in this case, or, if you didnt want the head outline, which is not officially supported, you could take the weights from the CSP, plot your rectangle of points and handle your own image interpolation with matplotlib. Hope that helps!