We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 data frame
Maybe because this line is not a lift?
UnfoldMakie.jl/src/plot_topoplotseries.jl
Line 73 in fd2967c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This should work, but doesnt
I get an
Maybe because this line is not a lift?
UnfoldMakie.jl/src/plot_topoplotseries.jl
Line 73 in fd2967c
The text was updated successfully, but these errors were encountered: