JuliaEarth/GeoStats.jl

Refactor `funplot` and `surfplot` into Makie recipes

开放

#576 创建于 2026年6月6日

 (2 条评论) (0 个反应) (0 位负责人)Julia (65 个派生)batch import
featuregood first issuehelp wantedvisualization

仓库指标

星标
 (586 个星标)
PR 合并指标
 (平均合并 31分钟) (30 天内合并 5 个 PR)

描述

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

贡献者指南