下列语句将绘制什么内容? import matplotlib.pyplot as plt x = [4, 9, 2, 1, 8, 5] plt.plot(x) plt.show()