Skip to content

Commit

Permalink
lzw under fig1, though it does not seem to work
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Mar 16, 2024
1 parent 3ae7b45 commit fa022b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fig1.R
Original file line number Diff line number Diff line change
Expand Up @@ -888,5 +888,5 @@ vdvdraw_full
testgrid <- grid.arrange(apparlidraw,apthilidraw, bmlvdraw, orthodraw, nrow=2, ncol=2)
ggsave("output/fig1.pdf",testgrid, device = "pdf", height=10,width=15, limitsize=FALSE)
ggsave("output/fig1.png",testgrid, device = "png", height=10,width=15, limitsize=FALSE)
ggsave("output/fig1.tiff",testgrid, device = "tiff", height=10,width=15, limitsize=FALSE)
ggsave("output/fig1.tiff",testgrid, device = "tiff", height=10,width=15, compression = "lzw")
ggsave("output/fig1.eps",testgrid, device = cairo_ps, height=10,width=15, limitsize=FALSE)

0 comments on commit fa022b8

Please sign in to comment.