UnfoldMakie Documentation

This is the documentation of the UnfoldMakie.jl package for the Julia programming language.

Highlights of UnfoldMakie.jl

  • 11 plot functions for displaying ERPs.

Each plot emphasizes certain dimensions while collapsing others.

  • Fast plotting

Plot one figure with 20 topoplots in 1 second? No problemo!

  • Highly adaptable.

The package is primarily based on Unfold.jl and Makie.jl.

  • Many usage examples

You can find many user-friendly examples of how to use and adapt the plots in this documentation.

  • Scientific colormaps by default

According to our study (Mikheev, 2024), 40% of EEG researchers do not know about the issue of scientific color maps. As default color maps we use Reverse(:RdBu) (based on colorbrewer) and Roma (based on Scientific Colormaps by Fabio Crameri).

  • Interactivity

Several plots make use of Observables.jl which allows fast updating of the underlying data. Several plots already have predefined interactive features, e.g. you can click on labels to enable / disable them. See plot_topoplotseries and plot_erpimage for examples.