ggplot (diamonds,aes(x=carat,y=price))+ geom_point(alpha=I(0.4)) ... Adjust the background color, tick marks, etc ...
確定! 回上一頁