saving from my panino, made lineage dist plots
This commit is contained in:
parent
1efb534f0f
commit
e1b8e103ea
4 changed files with 12 additions and 501 deletions
|
@ -62,10 +62,13 @@ stability_count_bp <- function(plotdf
|
|||
, subtitle = subtitle_text
|
||||
, y = yaxis_title) +
|
||||
|
||||
scale_fill_discrete(name = leg_title
|
||||
, labels = label_categories) +
|
||||
# scale_fill_discrete(name = leg_title
|
||||
# , labels = label_categories) +
|
||||
|
||||
scale_fill_manual("", values=bar_fill_values)
|
||||
scale_fill_manual(name = ""
|
||||
# name = leg_title
|
||||
, values = bar_fill_values
|
||||
, labels = label_categories)
|
||||
|
||||
|
||||
return(OutPlot_count)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue