Skip to content

Commit

Permalink
add limitsize = FALSE to ggsave
Browse files Browse the repository at this point in the history
  • Loading branch information
tnaake committed Jun 21, 2024
1 parent 50980a1 commit 968feb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/module_samples.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ mosaicSampleServer <- function(id, se) {
".pdf", sep = "")
},
content = function(file) {
ggplot2::ggsave(file, p_mosaic(), device = "pdf")
ggplot2::ggsave(file, p_mosaic(), device = "pdf",
limitsize = FALSE)
}
)
}
Expand Down

0 comments on commit 968feb4

Please sign in to comment.