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