Benedikt Ehinger
Benedikt Ehinger
I like it. One issue I see, which I also see with the DesignMatrix, is that if we have a long dataset, we don't really know where (or "when in...
 this shows two signals overlayed this shows the MNE browser  but I think we would already be quite happy with a single channel version of this, with a...
maybe use the `spy!` function (currently needs explicit `marker=:circle`)
an alternative could be https://github.com/MakieOrg/Makie.jl/pull/4317 aka `heatmap(Raster(matrix))` - a new datashader-like interface, not yet in the main Makie version
there are no hierarchical labels implemented, it is still a problem. Probably it looks a bit better right now though
just generate an unfold model with timeexpansion and do plot_designmat
Had the same thought, have you found out if these are mne plots? Or a different library? Field trip has nice ones with a neck as well
- it used to be programmed - In UnfoldSim.jl we make use of the animation on the landing page - definitely check out the "unified" page (please offer feedback!!): https://unfoldtoolbox.github.io/UnfoldSim.jl/previews/PR138/
hey, most plotting functions here have direct relations to EEG, or at least a relation to the Unfold.jl Toolbox. I agree parallel coordinates are much more general, I'm thinking of...
sounds good - for the individual LineAxes of parallel plot we need to access to the scene, which we cant with the current @recipe macro. So either I'd need help...