SkillAgentSearch skills...

TopoPlots.jl

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

Install / Use

/learn @MakieOrg/TopoPlots.jl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

TopoPlots

Stable Dev Build Status Coverage DOI

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

View on GitHub
GitHub Stars31
CategoryDevelopment
Updated1mo ago
Forks7

Languages

Julia

Security Score

90/100

Audited on Feb 10, 2026

No findings