Skip to content
Snippets Groups Projects
Commit d789ece4 authored by Valentina Galata's avatar Valentina Galata
Browse files

fixed the issue with empty page before the plot in the pdf (issue #16)

parent d70ee8ea
No related branches found
No related tags found
2 merge requests!71Master,!68Figures valentina
......@@ -34,7 +34,7 @@ overlap_sizes <- overlap_sizes$V1
names(overlap_sizes) <- overlap_names
## PLOT
pdf(snakemake@output$pdf, width=snakemake@params$width, height=snakemake@params$height)
pdf(snakemake@output$pdf, width=snakemake@params$width, height=snakemake@params$height, onefile=FALSE)
UpSetR::upset(
data=UpSetR::fromExpression(overlap_sizes),
# overlap order
......
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