Use TidierPlots for some of the graphics
It seems that AlgebraOfGraphics.jl is not being actively developed and I decided to take a look at TidierPlots.jl as a possible replacement. At present some of the facilities for comparative plots still need refinement. Faceting is broken after the switch to Makie as a back-end and vector color/colour arguments in aes are often interpreted as if they were color specs instead of categorical vectors that determine the color of the geom.
This branch provides a few plots with TidierPlots.jl for evaluation of whether this is a good path to follow.
It appears that an earlier issue, https://github.com/TidierOrg/TidierPlots.jl/issues/102, has resurfaced. I think we should delay merging this PR until that issue is resolved. It is probably also related to the mismatch of symbol color and line color is some of the plots in largescaleobserved.qmd.
Can this be merged now?
@dmbates -- over in #80 @ajinkya-k has proposed converting everything back to AoG, now that Julius has taken up maintenance and development of AoG.
I don't have a strong preference for which system to use, but we should probably pick one and use it consequently. I'm more familiar with AoG, but of course TidierPlots has the explicit goal of being more familiar to R converts. What are your thoughts?