added consurf_colours_no_isd to ensure consurf plots are not messed up in the absesnce of 0 categ
This commit is contained in:
parent
2cec743ae0
commit
f949592dd8
2 changed files with 17 additions and 1 deletions
|
@ -231,6 +231,9 @@ posC_all = site_snp_count_bp(plotdf = df3
|
|||
, axis_label_size = axis_label_size)
|
||||
posC_all
|
||||
##################################################################
|
||||
#consurf_colours
|
||||
consurf_colours_no_isd
|
||||
|
||||
consurfP = stability_count_bp(plotdf = df3
|
||||
, df_colname = "consurf_outcome"
|
||||
#, leg_title = "ConSurf"
|
||||
|
@ -238,7 +241,7 @@ consurfP = stability_count_bp(plotdf = df3
|
|||
, yaxis_title = "Number of nsSNPs"
|
||||
, leg_position = "top"
|
||||
, subtitle_text = "ConSurf"
|
||||
, bar_fill_values = consurf_colours # from globals
|
||||
, bar_fill_values = consurf_colours_no_isd # from globals
|
||||
, subtitle_colour= "black"
|
||||
, sts = sts
|
||||
, lts = lts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue