Update plots.
This commit is contained in:
@ -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 ![]() (image error) Size: 124 KiB After ![]() (image error) Size: 142 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 577 KiB After ![]() (image error) Size: 565 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 239 KiB After ![]() (image error) Size: 240 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 1.3 MiB After ![]() (image error) Size: 1.3 MiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 139 KiB After ![]() (image error) Size: 140 KiB ![]() ![]() |
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user