I have x-axis value (as days) range from -1 to 300, code is like this
scale_x_continuous(breaks = scales::pretty_breaks(n = 10),limits=c(-1,290))
How can I label 0 to 'Baseline', and rest value no change, only label value 0?
The plot currently is like this: