ggplot2 – R studio ggplot linebreak does not appear when data is NA
Clarifying the question Let’s first create a somewhat minimal reproducible example for others to help you. For the data frame: df %>% filter(Datum > as.Date(“2017-10-01”)) %>% dput() Resulting in this, which can be easily copy-pasted by others to recreate your data frame: structure(list(Datum = structure(c(17444, 17444, 17444, 17444, 17470, 17479, 17479, 17479, 17479, 17479, 17486, … Read more