ggplot (data = wine, aes(x = Alcohol, y = Proline)) + geom_point() + xlab('Percentage Alcohol') + ylab('Proline Content (mg)') + ggtitle('UCI Wine Data').
確定! 回上一頁