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

Make plot_erpimage sensitive to Observables #160

Closed vladdez closed 5 months ago

vladdez commented 5 months ago

plot_erpimage.jl:36

data::Union{<:Observable,<:AbstractMatrix}

vladdez commented 5 months ago

fixed in #163