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

plot_topoplotseries allow ::GridLayoutBase.GridSubposition #162

Closed behinger closed 5 months ago

behinger commented 5 months ago

something like

plot_topoplotseries!(f[2,1][1,1],dur_diff,0.2;positions=pos,

doesnt work right now, I suspect this is solely due to too strict method type

vladdez commented 5 months ago

fixed in #163