changing labels in graphs for frontiers journal
This commit is contained in:
parent
e91d704929
commit
02fae30c29
5 changed files with 39 additions and 12 deletions
|
@ -260,9 +260,10 @@ cat("combined plot Labelled:", plot_ps_combined_labelled)
|
|||
svg(plot_ps_combined_labelled , width = 26, height = 12)
|
||||
OutPlot_combined_labelled = cowplot::plot_grid(p1, p2, p3
|
||||
, ncol = 1
|
||||
, labels = c("(a)", "(b)", "(c)")
|
||||
, label_size = 21
|
||||
, align = 'v'
|
||||
#, labels = c("(a)", "(b)", "(c)")
|
||||
, labels = "AUTO"
|
||||
, label_size = 25
|
||||
, align = 'hv'
|
||||
, hjust = -0.4)
|
||||
OutPlot_combined_labelled
|
||||
dev.off()
|
||||
dev.off()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue