You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In EEGLAB 2024.0,l we modified the topoplot function for Octave compatibility, where the meshgrid function was used to precompute point coordinates (this is the [code change](https://github.com/sccn/eeglab/commit/fb2b77e1db70c025b7898f18af895e59aba7bbc1) to fix the issue). This is because Octave griddata function is not as powerful as the MATLAB one and requires this extra step.
2
+
3
+
However, the coordinates were inverted, resulting in the bug below. This is a subtle mirroring issue in which the image is flipped along the diagonal.
0 commit comments