You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1/2 If you have a tuple for e.g. color it just means that the config will check first for a :channel column in your dataframe, next for a :chanels , ext for :trial and then trials - if it cannot fid any of these columns it will show an error, because why are you using butterfly if you don't use that in the first place ;-)
3. plot_butterfly(...,mapping=(;color=:mycolorcolumn)) - I don't think this hierarchy is unecessary
I think it is just a missunderstanding of what we are trying to achieve here
4. There is documentation, we write Multiple defaults will be cycled until match. - but we could be more specific I totally agree. Do you have a better way to write it? Feel free to edit https://github.com/unfoldtoolbox/UnfoldMakie.jl/blob/40111127c2dbdafb7a798dd05f833486dfbe4204/src/docstringtemplate.jl#L41C1-L41C54
5. mh, I think you could just add more. I think these were just some I had used in the past, we can modify them easily imho
6. x/y labels are a property of axis, they are not specifically defined here but are inherited from PlotConfig(:erp) - a user would look into that code anyway. The help should show it
7. you would easily overwrite this using 3
the field mapping is really hard to understand
The text was updated successfully, but these errors were encountered: