Skip to content

Commit 21eee32

Browse files
author
fullname
committed
WIP fix outlier guides
1 parent a96824c commit 21eee32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

slides/day1-afternoon.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,9 +869,10 @@ edfo |>
869869
facet_wrap(vars(geo_value), scales = "free_y", nrow = 1) +
870870
scale_x_date(minor_breaks = "month", date_labels = "%b %Y") +
871871
labs(x = "Date", y = "COVID-19 case rates") +
872-
theme(legend.position = c(.075, .8), legend.background = element_rect(fill = NA), legend.key = element_rect(fill = NA))
872+
theme(legend.position = c(.120, .8), legend.background = element_rect(fill = NA), legend.key = element_rect(fill = NA))
873873
```
874874

875+
## Bexar County
875876

876877
```{r outlier-bexar}
877878
edfo_bexar <-

0 commit comments

Comments
 (0)