Skip to content

Commit

Permalink
Update default plot legend
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmig committed Oct 24, 2023
1 parent 7f66832 commit 216457c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/report/snp_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ panel <- vcf %>%
x = "Days since first sample",
y = "Frequency",
color = "NV") +
guides(color = guide_legend(ncol = 4))
guides(color = guide_legend(ncol = 3))

if (length(subset) > 1) {
panel <- panel +
Expand Down

0 comments on commit 216457c

Please sign in to comment.