ggplot(repinfo3,aes(x=report_from,y=count2,fill=report_from))+
geom_bar(stat="identity",position = "stack")+
geom_text(aes(label=count2,col=report_from),hjust=0.5,vjust=-0.5)+
labs(fill="total sum")
我输入这个代码后出现了两个图例,但我并不想要下面这个图例怎么弄


雷达卡







京公网安备 11010802022788号







