diff --git a/bin/data-plots.R b/bin/data-plots.R index a9f7221..8c30eb9 100644 --- a/bin/data-plots.R +++ b/bin/data-plots.R @@ -114,7 +114,7 @@ ggplot(data = d_total %>% filter(Date >= Sys.Date() - months(2), geom_point(size = 0.3) + scale_x_date(date_breaks = "7 days", date_minor_breaks = "1 days", - date_labels = "%Y-%m-%d") + + date_labels = "%m-%d") + scale_y_continuous(labels = scales::comma) + theme_bw() + labs(title = paste0("US Amateur Licenses since ", Sys.Date() - months(2)), diff --git a/plots/total-over-time-2-months.png b/plots/total-over-time-2-months.png index 0d23c1a..5bb5bf7 100644 Binary files a/plots/total-over-time-2-months.png and b/plots/total-over-time-2-months.png differ