Skip to content

Commit

Permalink
Make prettier happy
Browse files Browse the repository at this point in the history
  • Loading branch information
itrujnara committed May 15, 2024
1 parent 36553b8 commit 5a60c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/plot_orthologs.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bg_color <- "transparent"
font_size <- 16

customize_theme <- function(font_size, text_color, bg_color) {
theme(legend.position = "right",
theme(legend.position = "right",
text = element_text(size = font_size, color = text_color),
axis.text = element_text(size = font_size, color = text_color),
panel.grid = element_line(color = text_color),
Expand Down

0 comments on commit 5a60c26

Please sign in to comment.