Skip to content

Commit

Permalink
increase font size in copy burden legend
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaybio committed Dec 21, 2017
1 parent d0dce99 commit f1f245f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copy_burden_figures.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ggplot(plot_ready, aes(x = TP53, y = frac_altered)) +
theme(legend.position = c(1.4, 0.7), axis.text.y = element_blank(),
axis.text.x = element_text(size = rel(0.7)),
axis.title = element_text(size = rel(0.7)),
legend.text = element_text(size = rel(0.35)),
legend.text = element_text(size = rel(0.45)),
legend.key = element_blank(),
legend.key.size = unit(0.8, "lines"),
legend.background = element_rect(fill = alpha("white", 0)),
Expand Down

0 comments on commit f1f245f

Please sign in to comment.