From bd99d8c5a007281a7d41278730e591c9bbb0640e Mon Sep 17 00:00:00 2001 From: hpolvech <helene.polveche@ens-lyon.fr> Date: Thu, 14 Oct 2021 09:53:04 +0200 Subject: [PATCH] NB 1 --- session_4/session_4.Rmd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/session_4/session_4.Rmd b/session_4/session_4.Rmd index c5cb263..173f3f3 100644 --- a/session_4/session_4.Rmd +++ b/session_4/session_4.Rmd @@ -502,6 +502,7 @@ ggplot(expr_DM1, aes(samples, Genes, fill= log1p(counts))) + axis.text.x = element_text(size = 4, angle = 90) ) ``` +**Nota bene :** The elements of the axes, and the theme in general, are modified in the `theme()` function. </p> </details> @@ -532,3 +533,5 @@ ggplot(expr_DM1, aes(samples, Genes, fill= log1p(counts))) + + + -- GitLab