Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-gregoricchio authored Jun 12, 2024
1 parent db5b54a commit 22dcb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot.multi.gsea.R
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ plot.multi.gsea =
axis.line.x = element_blank(),
axis.text.x = element_blank(),
axis.ticks.x = element_blank(),
plot.margin = margin(c(0,0,0,0)),
plot.margin = ggplot2::margin(c(0,0,0,0)),
plot.title = element_text(hjust = title.position))

if (enrichment.plot.zero.line == TRUE) {
Expand Down

0 comments on commit 22dcb47

Please sign in to comment.