saving a and b labels in bubble plot with brackets
This commit is contained in:
parent
d9519b6262
commit
d12ef0ef00
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ theme_set(theme_gray()) # to preserve default theme
|
|||
printFile = cowplot::plot_grid(plot_grid(p1, p2
|
||||
, ncol = 1
|
||||
, align = 'v'
|
||||
, labels = c("a", "b")
|
||||
, labels = c("(a)", "(b)")
|
||||
, label_size = my_als+5))
|
||||
print(printFile)
|
||||
dev.off()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue