2

Is it possible to define a function like plot_topography in MatLab to draw the Topographic EEG/MEG plot in Julia?enter image description here

Likan Zhan
  • 1,056
  • 6
  • 14
  • The MATLAB link has a second link to the source code. This includes 3D contour plotting of the data on a drawing of the head including drawing of nose and ears. A port of the MATLAB or similar code to a Julia plotting package is certainly something that could be done if needed. – Bill Jan 07 '22 at 18:46

1 Answers1

3

The following image is what I have achieved with the code posted here.

Julia rewritten version

Likan Zhan
  • 1,056
  • 6
  • 14