In geomtextpath/geom_textline, we can change the label position using parameter vjust/hjust, is it ok to use y/x value directly. Thanks! library(ggplot2) librar
I would like to plot geom_text() in a facet_wrap with scale = free. I tried to use geom_blank() or, set each height on each graph, but it was not successful. Wo