Skip to content

Commit

Permalink
Fix heterozygosity axis text
Browse files Browse the repository at this point in the history
  • Loading branch information
zjnolen committed Oct 30, 2024
1 parent 36ea5e0 commit 2f77380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/scripts/plot_heterozygosity.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ plot_heterozygosity <- function(agghz, popplot, indplot) {
geom_errorbar(aes(x=sample, ymin=lower_95_CI, ymax=upper_95_CI)) +
theme_classic() +
theme(
x.axis.text = element_text(angle = 90)
axis.text.x = element_text(angle = 90)
)

ggsave(indplot, width = wind, units = "in")
Expand Down

0 comments on commit 2f77380

Please sign in to comment.