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
Hi, I noticed a small problem when setting the 'colorrange' attribute for the eeg_topoplot() function. The colors inside the circles that indicate channel locations are unaffected by the new colorrange if the data is passed as Vector{Any} instead of Vector{Float32}.
The text was updated successfully, but these errors were encountered:
let
data, positions = TopoPlots.example_data()
d =Array{Any}(undef,10)
d[1:10] .=1:10
f, ax, pl =topoplot(d,positions[1:10];colorrange=[-1,5],label_scatter=true,markersize=10)
end
Hi, I noticed a small problem when setting the 'colorrange' attribute for the eeg_topoplot() function. The colors inside the circles that indicate channel locations are unaffected by the new colorrange if the data is passed as Vector{Any} instead of Vector{Float32}.
The text was updated successfully, but these errors were encountered: