Answers for "ggplot rotate x axis ticks"

0

ggplot rotate x axis ticks

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

Browse Popular Code Answers by Language