I couldn’t find an example of how to add an x-axis label to the algebra flow.
For example, in this simple plot, how would I add a “Number of cylinders” x label to both subfigures?
If you only do one plot, eg geom = visual(BoxPlot), you should get Cyl as x axis. It can be renamed by renaming the dataframe column. greimel/TabularMakie.jl lets you do this on the fly. I still have to get around to an AlgebraOfGraphics revamp, trying to include the work done in TabularMakie.