changing labels in graphs for frontiers journal

This commit is contained in:
Tanushree Tunstall 2020-10-09 13:10:08 +01:00
parent e91d704929
commit 02fae30c29
5 changed files with 39 additions and 12 deletions

View file

@ -29,7 +29,7 @@ source("combining_dfs_plotting.R")
# output
#=======
# plot: with median line on hist
af_or_combined_med = "hist_bp_muts_combined_median.svg"
af_or_combined_med = "hist_bp_muts_combined_median_labelled.svg"
plot_af_or_combined_med = paste0(plotdir, "/", af_or_combined_med)
# plot 6: without median line on hist
@ -300,8 +300,9 @@ p1_af = cowplot::plot_grid(g_af_hist
#, g_af_mutinfo # without median line
, g_af_bp_stats
, nrow = 1
, labels = c("(a)", "(b)", "(c)")
, hjust = -0.5
#, labels = c("(a)", "(b)", "(c)")
, labels = c("A", "B", "C")
, hjust = -1.5
, vjust = 0.2
, rel_widths = c(1.2/4, 2/4, 0.8/4)
, label_size = 18)
@ -319,8 +320,9 @@ p2_or = cowplot::plot_grid(g_or_hist
#, g_or_mutinfo # without median line
, g_or_bp_stats
, nrow = 1
, labels = c("(d)", "(e)", "(f)")
, hjust = -0.5
#, labels = c("(d)", "(e)", "(f)")
, labels = c("D", "E", "F")
, hjust = -1.5
, vjust = 0.2
, rel_widths = c(1.2/4, 2/4, 0.8/4)
, label_size = 18)