Open piever opened 3 years ago
For complete feature parity, it would also be good to double check that labeling is as flexible. In particular we may want to avoid collapsing names in the Entries
object, but only in the AxisEntries
object, as different axes are allowed to have different labels in AoG.
This is an issue to track what is needed before essentially replacing the code in AlgebraOfGraphics with the code developed here. As the surface syntax ended up being somewhat similar, this new approach can essentially just be AlgebraOfGraphics 0.4
TODO
Array{Float64, 3}
(probably not a blocker)draw
that automatically add opinionated defaults (could probably be justplot
+facet!
, as in https://piever.github.io/SplitApplyPlot.jl/dev/generated/gallery/#Faceting)dodge
andstack
(for bars, should work out of the box with new AbstractPlotting, but it is also needed forboxplot
andviolin
)