Answers for "ggplot2 rotate x axis text"

2

ggplot x axis 45 degreees

q + theme(axis.text.x = element_text(angle = 90, vjust = 0.5, hjust=1))
Posted by: Guest on July-22-2020

Browse Popular Code Answers by Language