Last observation: 2025 (N = 3)
First observation: 1990 (N = 3)
Last data update: 20 sept. 2026, 21:13
Last compile: 20 sept. 2026, 21:20
`le-travail-le-dimanche` |>
ggplot(aes(x = date, y = value / 100, color = categorie)) +
geom_line() +
theme_minimal() + xlab("") + ylab("") +
scale_x_date(date_breaks = "5 years", labels = date_format("%Y")) +
scale_y_continuous(labels = percent_format(accuracy = 1)) +
theme(legend.position = "bottom", legend.title = element_blank()) +
guides(color = guide_legend(nrow = 3))