Makie recipes demo#139
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #139 +/- ##
==========================================
+ Coverage 52.71% 54.32% +1.61%
==========================================
Files 34 36 +2
Lines 1125 1167 +42
==========================================
+ Hits 593 634 +41
- Misses 532 533 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
We could do something like I did in OceanRobots.jl + use keyword arguments to select between section or map. This way To achieve this degree of simplicity, via dispatch, the |
|
On this branch, this should work : |
|
I just added tests for this : plot for zonal, meridional, horizontal heatmaps. PR seems ready for review. Lots to improve (e.g. kwargs not used in plot) but maybe good enough for now? |
|
I love this! To be honest I never tried implementing Makie recipes because I always assumed that they were too complicated and not as powerful as the Plots.jl ones... But then again I never even tried 😅 Do you think you can combine the recipes and the "plotting with Makie" tutorial so that (i) we get a much simpler tutorial and (ii) maybe some pieces from the tutorial are useful defaults and can be moved to the recipe side as well. Either way it would be great to "see it in action" in one of the tutorials. Are these recipes composable BTW? E.g., can I use them to make the multi-panel plot at the end of that tutorial? |
|
FYI I did not forget this but I have been working on a GeoMakie PR for contourf + projections and would like to finish that first :) |
yes, as now shown in PR (see
For now this is what I did :
A possible next step would be to migrate For this PR, contenerizing everything into ps. |
See