add consurf-only scripts
This commit is contained in:
parent
9bc18169cf
commit
a405cd8035
11 changed files with 339 additions and 15 deletions
|
@ -7,8 +7,8 @@
|
|||
# mutable_df3 = cbind(small_df3)
|
||||
# plot_df = cbind(small_df3)
|
||||
|
||||
#source("~/git/LSHTM_analysis/config/embb.R")
|
||||
#source("~/git/LSHTM_analysis/scripts/plotting/get_plotting_dfs.R")
|
||||
source("~/git/LSHTM_analysis/config/embb.R")
|
||||
source("~/git/LSHTM_analysis/scripts/plotting/get_plotting_dfs.R")
|
||||
|
||||
#outdir="/home/pub/Work/LSHTM/Thesis_Plots/"
|
||||
outdir="~/git/Writing/thesis/tex/images-corrected/embb/"
|
||||
|
@ -122,9 +122,9 @@ tile_legend=get_legend(
|
|||
legend.direction="horizontal",
|
||||
legend.text = element_text(size=10),
|
||||
legend.key.size = unit(10, "pt")) +
|
||||
scale_colour_manual(name="Active Site"
|
||||
scale_colour_manual(name="Active Site:"
|
||||
, values=tile_colour_map) +
|
||||
scale_fill_manual(name="Active Site"
|
||||
scale_fill_manual(name="Active Site:"
|
||||
, values = tile_colour_map)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue