how do you rotate the column titles in vis_miss (naniar library)? They are tilted in the default settings, I would like the titles to be vertical (parallel to the y-axis of the graph). Thanks for your help!
vis_miss make column titles vertical
1.5k Views Asked by sifra At
2
The current behaviour of
vis_miss()
is the following:Created on 2018-11-04 by the reprex package (v0.2.1)
As visdat is built on top of ggplot2, you rotate the y axis labels 90 degrees, like so:
Created on 2018-11-04 by the reprex package (v0.2.1)
Which I found from this: Rotating and spacing axis labels in ggplot2