Update exercice_fr.Rmd

parent 4eabc918
......@@ -213,7 +213,8 @@ labs(x = "Date",
scale_x_date(date_labels = "%m-%Y", date_breaks = "6 months") +
scale_y_continuous(labels = label_number()) +
theme_bw() +
theme(axis.title = element_text(color = "black", face = "bold"))
theme(axis.title = element_text(color = "black", face = "bold"),
legend.position = "bottom")
```
......@@ -228,7 +229,8 @@ labs(x = "Date",
scale_x_date(date_labels = "%m-%Y", date_breaks = "6 months") +
scale_y_log10(labels = label_number()) +
theme_bw() +
theme(axis.title = element_text(color = "black", face = "bold"))
theme(axis.title = element_text(color = "black", face = "bold"),
legend.position = "bottom")
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment