saving a and b labels in bubble plot with brackets

This commit is contained in:
Tanushree Tunstall 2020-02-02 11:39:35 +00:00
parent ec6f607655
commit 84389631d5

View file

@ -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()