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

Simplified colormaping butterfly plot through visual #152

Open vladdez opened 6 months ago

vladdez commented 6 months ago

It is strange that for parallel plots you can use visual(; color = 'Blue'), but you can not do the same for butterfly plot to achieve uniform color. Example: https://unfoldtoolbox.github.io/UnfoldMakie.jl/dev/generated/how_to/position2color/

Should be done via visualfor butterfly plot too. Ideally colormaps should be done the same way too.