Skip to content

Commit 0fdd863

Browse files
committed
alteracao na leg eixo y grafico rj
1 parent 1cf6d99 commit 0fdd863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codigo/02-grafico.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ p <- ggplot(df, aes(x = date, y = confirmed_per_100k_inhabitants)) +
2727
geom_point(color = "red") +
2828
scale_x_date(date_labels = "%d/%b") +
2929
labs(x = "Data",
30-
y = "Casos (por 100 mil hab.)",
30+
y = "Casos (por 100 mil habitantes)",
3131
caption = paste0("Fonte: ", meta$fonte),
3232
title = "Casos de COVID-19 no Rio de Janeiro-RJ") +
3333
theme_minimal()

0 commit comments

Comments
 (0)