标签: r ggplot2
如何使图例类别颜色更大,以便更容易识别图表中颜色对应的内容。
以下是我如何得到情节
ggplot(data=dur) +geom_line(mapping=aes(x=yr,y=Country,color=dur$elec..sys,size=1.1))