Labeling: Facet grid with multiple lines of text on y label
问题 I have a plotly graph made in ggplot2. I am displaying the graphics using face_grid but the y axis is very long. Because of this not all the words on the y axis are visible. Is there a way to split the text into two lines such that the entire y axis is visible? majors.sub.HS<- majors.sub[, c(8:10, 66)] majors.sub.HS<-melt(majors.sub.HS, id.vars = "Major" ) majors.sub.HS$value[majors.sub.HS$value=="5- Highly Supported"] <- 5 majors.sub.HS$value[majors.sub.HS$value=="1- Not Supported"] <- 1