利用 Python 程序绘制 x-y 的散点图,则下列程序第 5 行应该填写的代码是( )
plt. plot(X,Y)
plt. scatter(X,Y)
plt. bar(X,Y)
plt .boxplot(X,Y)