I have the following graph that I generated using ggplot2 
I had finalPlot as a ggplot object. To add shortcuts, I used
finalPlot + stat_bin() + scale_x_continuous('Solution Cost') + scale_y_continuous('Number of Solutions')`
How to change the orientation of the y-axis label so that it looks horizontal and, if possible, spans it along two lines, for example,
Number of Solutions
Ankit
source share