I am dynamically calculating a sourceEstimate from EEG data and would like to have a corresponding 3D brain plot that dynamically updates. Currently, I am using the sourceEstimate.plot()
function with the mayavi backend and setting a specific figure number. However, this seems to crash when I try to continuously plot.
Is something like this actually possible, or is it not meant to be used this way?