plot_erp: problem with curve endpoints #286
-
Beta Was this translation helpful? Give feedback.
Answered by
ReneSkukies
Sep 1, 2025
Replies: 1 comment 11 replies
-
try this: plot_erp!(fig2[1,1],eff; mapping = (; color = :eventname,group =:eventname)) I forwarded this as an issue to UnfoldMakie |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Bene is on holiday, so I'll try to help you out =)
For the first issue:
The plot looks a lot like you just used
plot_erp!(fig2[1,1],eff)
, i.e. without any group or color. Have you tried this?:As for the second issue:
You might need to indicate that your coefficients are your group: