Skip to content

Commit

Permalink
tune down resolution of fig1 for size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Jan 4, 2024
1 parent 00590cb commit 99b0804
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/fig1.R
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ ggsave('output/sup_fig3.eps', vdvdraw_full, device=cairo_ps,dpi=300, width=12, h
# Combine -----------------------------------------------------------------

testgrid <- grid.arrange(amfvdraw,bmlvdraw,apparlidraw,vdvdraw, apthilidraw ,orthodraw,nrow=3, ncol=2)
ggsave("output/fig1.pdf",testgrid, device = "pdf", height=15,width=20, limitsize=FALSE)
ggsave("output/fig1.png",testgrid, device = "png", height=15,width=20, limitsize=FALSE)
ggsave("output/fig1.tiff",testgrid, device = "tiff", height=15,width=20, limitsize=FALSE)
ggsave("output/fig1.eps",testgrid, device = cairo_ps, height=15,width=20, limitsize=FALSE)
ggsave("output/fig1.pdf",testgrid, device = "pdf", height=12,width=16, limitsize=FALSE)
ggsave("output/fig1.png",testgrid, device = "png", height=12,width=16, limitsize=FALSE)
ggsave("output/fig1.tiff",testgrid, device = "tiff", height=12,width=16, limitsize=FALSE)
ggsave("output/fig1.eps",testgrid, device = cairo_ps, height=12,width=16, limitsize=FALSE)

0 comments on commit 99b0804

Please sign in to comment.