'In `geomtextpath/geom_textline`, is it ok to use `y/x` value to change label position
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)
library(geomtextpath)
ggplot(economics, aes(date, unemploy)) +
geom_textline(linecolour = "grey", size = 4, vjust = -1,hjust=0.35,
label = "1990s Decline" , text_smoothing = 30)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
