unfoldtoolbox / UnfoldMakie.jl

Plotting and visualization tools for EEG data, with additional Unfold.jl regression ERP methods. Based on the visualization libraries Makie.jl and AlgebraOfGraphics.jl
https://unfoldtoolbox.github.io/UnfoldMakie.jl/
MIT License
16 stars 7 forks source link

Userfriendly way to change legend title in plot_erp #205

Open vladdez opened 2 months ago

vladdez commented 2 months ago

Currently it is done in very cumbersome and non-obvious way.

plot_erp!( ga, results; :stderror => true, mapping = (; color = :coefname => "Conditions"), )

vladdez commented 3 days ago

Just check that it is in docs