TopoPlots.jl
Makie topo plot recipes, for neuro-science, geo plots and anyone needing surface plots from unstructured data
Install / Use
/learn @MakieOrg/TopoPlots.jlREADME
TopoPlots
A package for creating topoplots from data that were measured on arbitrarily positioned sensors.
Quickstart:
using TopoPlots, CairoMakie
topoplot(rand(10), rand(Point2f, 10); contours=(color=:white, linewidth=2), label_scatter=true, bounding_geometry=Rect)

using GLMakie
data, positions = TopoPlots.example_data()
eeg_topoplot(data[:, 340, 1]; positions=positions)

Funding
Work by Benedikt Ehinger was funded by the Deutsche Forschungsgemeinschaft (DFG, German Research Foundation) – Project-ID 251654672 – TRR 161
