JuliaEarth/GeoStats.jl
Refactor `funplot` and `surfplot` into Makie recipes
Ouverte
#576 ouverte le 6 juin 2026
featuregood first issuehelp wantedvisualization
Métriques du dépôt
- Stars
- (586 étoiles)
- Métriques de merge PR
- (Merge moyen 31m) (5 PRs mergées en 30 j)
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: