JuliaEarth/GeoStats.jl
Refactor `funplot` and `surfplot` into Makie recipes
オープン
#576 opened on 2026/06/06
featuregood first issuehelp wantedvisualization
Repository metrics
- Stars
- (586 個のスター)
- PR merge metrics
- (平均マージ 31m) (30d で 5 merged PRs)
説明
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: