changing labels in graphs for frontiers journal
This commit is contained in:
parent
2f1f02e1de
commit
59911687c8
5 changed files with 39 additions and 12 deletions
|
@ -213,7 +213,8 @@ theme_set(theme_gray()) # to preserve default theme
|
|||
Outplot_or_combined_labelled = cowplot::plot_grid(plot_grid(p1, p2
|
||||
, ncol = 1
|
||||
, align = 'v'
|
||||
, labels = c("(a)", "(b)")
|
||||
, label_size = 20))
|
||||
#, labels = c("(a)", "(b)")
|
||||
, labels = "AUTO"
|
||||
, label_size = 26))
|
||||
print(Outplot_or_combined_labelled)
|
||||
dev.off()
|
Loading…
Add table
Add a link
Reference in a new issue