diff --git a/src/TopoPlots.jl b/src/TopoPlots.jl index 60bc72f..7967981 100644 --- a/src/TopoPlots.jl +++ b/src/TopoPlots.jl @@ -44,6 +44,7 @@ export GeomExtrapolation, NullExtrapolation # all calls in this block will be precompiled, regardless of whether # they belong to your package or not (on Julia 1.8 and higher) eeg_topoplot(view(data, :, 340, 1); positions) + eeg_topoplot(data[:, 340, 1]; positions) end end