Results 115 issues of Benedikt Ehinger

In order to remove double code and reduce number of inconsistencies & bugs, plot_butterfly should call plot_erp with groups=:channels or so, as it used to be many moons ago :)

I have to do this ```julia df = UnfoldMakie.eeg_array_to_dataframe( mean(data, dims=3)[:, :, 1], string.(1:length(positions)), ); Δbin = 20 # 20 samples / bin plot_topoplotseries( df, bin_width=20, positions=positions, visual=(; enlarge=1, label_scatter=false),...

bug

**Describe the bug** plot_splines only works for first event. This was reported here https://github.com/unfoldtoolbox/Unfold.jl/discussions/277 by @EmmanuelleKris **Code To Reproduce** ```julia using Unfold,UnfoldMakie,UnfoldSim using CairoMakie data,evts = UnfoldSim.predef_eeg() evts.event .= rand(["stimonset","buttonpress","saccade"],size(evts,1))...

bug

This is a crosspost to PythonCall.jl https://github.com/JuliaPy/PythonCall.jl/issues/711 Pluto is on v0.20.21 Julia 1.12.0 (1.12.1 also crashes) Julia 1.11.5 (please ignore the different browser, both were run on the same computer...

### Description of the problem I'm trying to export a raw file, that I constructed to be exported via `mne-bids` `mne.export.export_raw("~/sub-016_gap_test.set", raw,overwrite=True)` ![Image](https://github.com/user-attachments/assets/e824a4d6-09aa-468d-8803-3ef2145e65eb) `mne_bids.write_raw_bids(raw, mne_bids.BIDSPath(subject="016",task="test",root="~/bids_test"), overwrite=True, verbose=False,symlink=False, format= "EEGLAB",allow_preload=True)` ![Image](https://github.com/user-attachments/assets/e94b69f8-8d04-4d0c-8ae0-ef82420081c3)...