Update plots.
@ -127,9 +127,9 @@ ggplot(data = d_total_long %>% filter(lclass != "Total",
|
||||
color = fct_reorder2(lclass, Date, count))) +
|
||||
geom_line() +
|
||||
geom_point(size = 0.3) +
|
||||
scale_x_date(date_breaks = "10 years",
|
||||
date_minor_breaks = "1 year",
|
||||
date_labels = "%Y") +
|
||||
scale_x_date(date_breaks = "3 months",
|
||||
date_minor_breaks = "1 month",
|
||||
date_labels = "%Y-%m") +
|
||||
scale_y_continuous(labels = scales::comma) +
|
||||
scale_color_colorblind() +
|
||||
theme_bw() +
|
||||
|
Before Width: | Height: | Size: 124 KiB After Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 577 KiB After Width: | Height: | Size: 565 KiB |
Before Width: | Height: | Size: 239 KiB After Width: | Height: | Size: 240 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 140 KiB |