Skip to content

Commit

Permalink
Swap plot labels
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkucharski committed Nov 22, 2023
1 parent 90634dc commit 0e4ea87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ ggplot(data_cfr) +
) +
scale_colour_brewer(
palette = "Dark2",
labels = c("Naive CFR", "Corrected CFR"),
labels = c("Corrected CFR","Naive CFR"),
name = NULL
) +
scale_fill_brewer(
Expand Down

0 comments on commit 0e4ea87

Please sign in to comment.