renamed other_plots.R to other_plots_combined.R and changing labels to capital letters for journal

This commit is contained in:
Tanushree Tunstall 2020-10-09 12:17:24 +01:00
parent 667804ad83
commit 2f1f02e1de
4 changed files with 21 additions and 14 deletions

View file

@ -269,7 +269,8 @@ svg(plot_logo_combined_labelled, width = 25, height = 10)
OutPlot2 = cowplot::plot_grid(logo_or, p1, p3
, nrow = 3
, align = "hv"
, labels = c("(a)","(b)", "(c)")
#, labels = c("(a)","(b)", "(c)")
, labels = "AUTO"
, rel_heights = c(3/8, 3/8, 1.5/8)
, rel_widths = c(0.85, 1, 1)
, label_size = 25)