有时图例较多,用ggplot2画图时候会出现图例占据图的半壁江山,想让图例排成一列,解决方法如下:guides(fill = guide_legend( ncol = 1, byrow = TRUE))