-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
"8 plots -2" #101
"8 plots -2" #101
Conversation
This comment was marked as spam.
This comment was marked as spam.
for some reasons docstrings do not work yet |
docs/src/how_to/mult_vis_in_fig.md
Outdated
data, positions = TopoPlots.example_data() | ||
dat, evts = UnfoldSim.predef_eeg(; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we include this into https://github.com/unfoldtoolbox/UnfoldMakie.jl/blob/main/docs/example_data.jl ?
And is this different to the examples used there?
That would make it nicer imho :)
runner.jl
Outdated
@@ -0,0 +1,62 @@ | |||
using Pkg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont understand this file - do we need it? If I understand correctly the auto-format github action should resolve this - it will come soon :S (not in my hands, the maintainer needs to update something)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no it is here accidentally
it is just my handle
test/test_erpimage.jl
Outdated
plot_erpimage!(f[2, 1], times, d_nan; sortvalues=evts_fix.sac_startpos_x, visual=v) | ||
plot_erpimage!(f[2, 2], times, d_nan; sortvalues=evts_fix.sac_amplitude, visual=v) | ||
f | ||
using UnfoldSim |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably can use the example_data.jl as mentioned abve here as well
No description provided.