Skip to content

Makie topo plot recipes, for neuro-science, geo plots and anyone needing surface plots from unstructured data

License

Notifications You must be signed in to change notification settings

MakieOrg/TopoPlots.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TopoPlots

Stable Dev Build Status Coverage

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

About

Makie topo plot recipes, for neuro-science, geo plots and anyone needing surface plots from unstructured data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages