From 1fdb884df2c79110ec5b57cdfc6beb19e7b0ae85 Mon Sep 17 00:00:00 2001 From: 06fc6c1f57ec5ec50b0e9dacf56cc6d8 <06fc6c1f57ec5ec50b0e9dacf56cc6d8@app-learninglab.inria.fr> Date: Tue, 11 Jun 2024 09:50:44 +0000 Subject: [PATCH] Update exercice_fr.Rmd --- module3/exo3/exercice_fr.Rmd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/module3/exo3/exercice_fr.Rmd b/module3/exo3/exercice_fr.Rmd index 4ce8966..0a78d12 100644 --- a/module3/exo3/exercice_fr.Rmd +++ b/module3/exo3/exercice_fr.Rmd @@ -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") ``` -- 2.18.1