Skip to content
Snippets Groups Projects
Commit bd99d8c5 authored by hpolvech's avatar hpolvech
Browse files

NB 1

parent 2920a82c
No related branches found
No related tags found
1 merge request!6Switch to main as default branch
...@@ -502,6 +502,7 @@ ggplot(expr_DM1, aes(samples, Genes, fill= log1p(counts))) + ...@@ -502,6 +502,7 @@ ggplot(expr_DM1, aes(samples, Genes, fill= log1p(counts))) +
axis.text.x = element_text(size = 4, angle = 90) 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> </p>
</details> </details>
...@@ -532,3 +533,5 @@ ggplot(expr_DM1, aes(samples, Genes, fill= log1p(counts))) + ...@@ -532,3 +533,5 @@ ggplot(expr_DM1, aes(samples, Genes, fill= log1p(counts))) +
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment