阅读以下代码:
import matplotlib.pyplot as plt plt.plot(x, y) plt.show()
以上程序中,plot()函数的参数x和y可为数组、列表、字符串、元组。( )
对
错