Update plots.

This commit is contained in:
mattbk 2024-01-17 10:21:14 -06:00
parent fc6f236b8b
commit 5fce27125a
7 changed files with 6 additions and 6 deletions

View File

@ -127,9 +127,9 @@ ggplot(data = d_total_long %>% filter(lclass != "Total",
color = fct_reorder2(lclass, Date, count))) + color = fct_reorder2(lclass, Date, count))) +
geom_line() + geom_line() +
geom_point(size = 0.3) + geom_point(size = 0.3) +
scale_x_date(date_breaks = "10 years", scale_x_date(date_breaks = "3 months",
date_minor_breaks = "1 year", date_minor_breaks = "1 month",
date_labels = "%Y") + date_labels = "%Y-%m") +
scale_y_continuous(labels = scales::comma) + scale_y_continuous(labels = scales::comma) +
scale_color_colorblind() + scale_color_colorblind() +
theme_bw() + theme_bw() +

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 577 KiB

After

Width:  |  Height:  |  Size: 565 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 KiB

After

Width:  |  Height:  |  Size: 240 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 140 KiB

File diff suppressed because one or more lines are too long