请问图中b这一项怎么做
x <- iris[[1]]
y <- iris[[2]]
df <- data.frame(x,y)
library(ggplot2)
ggplot(df,aes(x=x,y=y))+geom_point()