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
No related merge requests found
......@@ -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))) +
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment