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
not sure why the first case, labels seem to not be picked up correctly. Maybe a hint: Attributes(plot) is used, and in there, labels = nothing. Even though plot.labels is correctly showing the Array. - I dont know enough to understand this
is necessary. The reason most likely is that in the recipe label is used as this "named"-input
TopoPlots.jl/src/eeg.jl
Line 2 in 7e51109
later it is referenced in the
plot!
function viaTopoPlots.jl/src/eeg.jl
Line 92 in 7e51109
not sure why the first case, labels seem to not be picked up correctly. Maybe a hint:
Attributes(plot)
is used, and in there,labels = nothing
. Even thoughplot.labels
is correctly showing the Array. - I dont know enough to understand thismaybe @SimonDanisch any insights?
(This was not the case in topoplots 1.3, with pre 0.20 makie (didnt test all iterations))
pinging @marcpabst for pushing me to this issue
The text was updated successfully, but these errors were encountered: