Ya... and I had a "+" sign in there instead of the pipe and it took my awhile to think to switch in the pipe. Thanks so much for your time in helping me get this stuff straightened out!
Hi,
to get the text of the x axis at 45° and put it nicely below the axis, you have to use hjust=1 and vjust=1 in the element_text() function, like:
theme(axis.text.x=element_text(angle=45, hjust=1,vjust=1))
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.