added bubble plot
This commit is contained in:
parent
12c24d974e
commit
8df0491721
1 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,7 @@ p2
|
|||
#======================
|
||||
# set output dir for plots
|
||||
getwd()
|
||||
setwd("~/git/Data/pyrazinamide/output/plots"
|
||||
setwd("~/git/Data/pyrazinamide/output/plots")
|
||||
getwd()
|
||||
|
||||
svg('PS_Lig_OR_combined.svg', width = 32, height = 12) #inches
|
||||
|
@ -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