JuliaEarth/GeoStats.jl

Refactor `funplot` and `surfplot` into Makie recipes

Open

#576 aberto em 6 de jun. de 2026

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (65 forks)batch import
featuregood first issuehelp wantedvisualization

Métricas do repositório

Stars
 (586 stars)
Métricas de merge de PR
 (Mesclagem média 1m) (1 fundiu PR em 30d)

Description

They are currently not recipes, which means that we cannot compose the visualizations in layouts easily.

I believe we can refactor these functions with the help of Makie's SpecAPI or add more methods with GridPosition, Axis as it is done in the pairplot function from PairPlots.jl:

https://github.com/sefffal/PairPlots.jl/blob/7d5b7806093eb1b21886285a11f68d68d4d4ae77/src/PairPlots.jl#L457-L476

Guia do colaborador