In ggplot2, I can add a vertical line like this. How to do it in AoG?
ggplot(df, aes(x=x, y=y)) +
geom_point() +
geom_vline(xintercept=10)
That looks good. What package/version is VLines in?
It’s a part of Makie. It (and others) were turned into recipes a while back, so they can be called by the current release of AoG now I believe