Skip to content

Commit

Permalink
Update the theme fo the enrichemnt and 'positives' plot
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Sep 24, 2024
1 parent b9247af commit 556742a
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
Binary file modified vignettes/articles/Figure1.pdf
Binary file not shown.
Binary file modified vignettes/articles/Figure2.pdf
Binary file not shown.
Binary file modified vignettes/articles/Figure3.pdf
Binary file not shown.
Binary file modified vignettes/articles/Figure4.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions vignettes/articles/HMP_2012_16S_gingival_V35.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ enPlot <- enrichmentSummary |>
labs(
x = "DA method", y = "Number of DA taxa"
) +
theme_minimal() +
# theme_minimal() +
theme(
axis.text.x = element_text(angle = 45, hjust = 1),
legend.position = "bottom"
Expand Down Expand Up @@ -389,7 +389,7 @@ posPlot <- positives |>
scale_shape(name = "Normalization") +
scale_linetype(name = "Normalization") +
scale_color_manual(values = vec, name = "Base method") +
theme_minimal() +
# theme_minimal() +
theme(legend.position = "bottom")
```

Expand Down
4 changes: 2 additions & 2 deletions vignettes/articles/Ravel_2011_16S_BV.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ enPlot <- enrichmentSummary |>
labs(
x = "DA method", y = "Number of DA taxa"
) +
theme_minimal() +
# theme_minimal() +
theme(
axis.text.x = element_text(angle = 45, hjust = 1),
legend.position = "bottom"
Expand Down Expand Up @@ -412,7 +412,7 @@ posPlot <- positives |>
scale_shape(name = "Normalization") +
scale_linetype(name = "Normalization") +
scale_color_manual(values = vec, name = "Base method") +
theme_minimal() +
# theme_minimal() +
theme(legend.position = "bottom")
# plots <- plot_positives(positives) |>
# map( ~ {
Expand Down

0 comments on commit 556742a

Please sign in to comment.