JuliaEarth/GeoStats.jl
Refactor `funplot` and `surfplot` into Makie recipes
Aberta
#576 aberto em 6 de jun. de 2026
featuregood first issuehelp wantedvisualization
Métricas do repositório
- Stars
- (586 estrelas)
- Métricas de merge de PR
- (Mesclagem média 31m) (5 fundiu PRs 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: