La syndicalisation - la-syndicalisation

Données - Dares

Taux de syndicalisation en France

Code
`la-syndicalisation` |>
  ggplot(aes(x = date, y = value)) +
  geom_line(color = "#2A5DB0") +
  geom_point(color = "#2A5DB0", size = 1) +
  theme_minimal() + xlab("") + ylab("") +
  scale_x_date(date_breaks = "5 years", labels = date_format("%Y")) +
  scale_y_continuous(labels = percent_format(accuracy = 1))