Skip to content

Commit

Permalink
remove paper size specification to large numbers of plots can fit
Browse files Browse the repository at this point in the history
  • Loading branch information
stivalaa committed Mar 29, 2022
1 parent 8cdacf0 commit 0bc8878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/plotSimulationDiagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ for (statname in statnames) {
}

postscript(paste(basefilename, '-plots.eps', sep=''), onefile=FALSE,
paper="special", horizontal=FALSE, width=9, height=6)
horizontal = TRUE)
## paper="special", horizontal=FALSE, width=9, height=6)
do.call(grid.arrange, plotlist)
dev.off()

0 comments on commit 0bc8878

Please sign in to comment.