MakieOrg / TopoPlots.jl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Julia 100.0%