Benedikt Ehinger
Benedikt Ehinger
I get exactly the same result with a `render_density` of 1 or 20. Is it somehow not applied? I was hoping to get higher quality render with GLMakie (because I...
I tried using the package, but I only get a blue box:  I first tried with `tectonic` - but also tested it with a fresh installed `latexmk` `GLMakie` works...
Improves upon #220. I want to add a dedicated page discussing this still
- **up predict.jl** - **add assert** - **Update src/predict.jl** - **Update src/predict.jl** - **rename variable** - **Update src/predict.jl** - **update assert in predict.jl** - **minor predict improvements**
@juliaregistrator register Minor: Compat-Bump
``` let data_obs = Observable(UnfoldMakie.eeg_array_to_dataframe(rand(10,20))) plot_topoplotseries!(Figure(),data_obs;bin_num = 5,positions=rand(Point2f,10)) data_obs[] = UnfoldMakie.eeg_array_to_dataframe(rand(10,20)) end ``` This should work, but doesnt I get an ``` ArgumentError: column name :cont_cuts not found in the...
- [ ] y-axis of timeexpanded should reflect that it is a cut-out - [ ] for timeexpanded models, it should be possible to return the non-timeexpanded design matrix as...
Timeexpanded labels are not pretty currently  Some kind of hierarchical labels would be cool.
Hi! Thanks a ton for the xdf importer. I stumbled today because I want to use my EEG-Amp as the "main-clock", that is, change all timestamps to the nominal sampling...
when running a datashader with AggMean (and thus Point3f), the Colorbar is currently not working. Reason is that in L505 in datashader.jl a tuple is returned and not a single...