JuliaEarth/GeoStats.jl
View on GitHubRefactor `funplot` and `surfplot` into Makie recipes
Open
#576 opened on Jun 6, 2026
featuregood first issuehelp wantedvisualization
Repository metrics
- Stars
- (586 stars)
- PR merge metrics
- (Avg merge 1m) (1 merged PR in 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: