saving a and b labels in bubble plot with brackets
This commit is contained in:
parent
ec6f607655
commit
84389631d5
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
|
printFile = cowplot::plot_grid(plot_grid(p1, p2
|
||||||
, ncol = 1
|
, ncol = 1
|
||||||
, align = 'v'
|
, align = 'v'
|
||||||
, labels = c("a", "b")
|
, labels = c("(a)", "(b)")
|
||||||
, label_size = my_als+5))
|
, label_size = my_als+5))
|
||||||
print(printFile)
|
print(printFile)
|
||||||
dev.off()
|
dev.off()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue