library (ggplot2). p<- ggplot (economics, aes (pop,unemploy))+ geom_point (). p+ labs (x= "人口" ,y= "失业率" ,title= "经济调查报告" ) ...
確定! 回上一頁