I’m trying to reproduce the following plot using AoG customizing whatever is needed with CairoMakie properties/parameters. So, as the names are long, I need to rotate them to see better.
this plot just used coord_flip() from ggplot2 to accomplish the objective
I find the orientation=:horizontal boxplot parameter, that works with the visual step, but all the axis got broken, the numbers of axis dissapeared, as you can see below.
nd after looking for parameters of Axis in Makie API documentation, I couldn’t realize how I can solute this.
I don’t think AoG can do this right now, unfortunately. That’s because it assumes that the first argument is x, the second y, even though the barplot attribute switches that around.