Skip to content

Commit 4d33fd6

Browse files
authored
Create topoplot_bug.md
1 parent cc951f8 commit 4d33fd6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

others/topoplot_bug.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
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.
4+
5+
![scalp_topo](https://github.com/sccn/sccn.github.io/assets/1872705/0e9003b5-203e-431c-ada5-6bf1c31a2051)
6+
7+
Unfortunately, this issue affects all topoplot performed with EEGLAB 2024.0.

0 commit comments

Comments
 (0)