在线题库 [单选] 32、以下程序将绘制一第直线,为该图增加图名'Line charts',下面正确的选项为:import matplotlib.pyplot as pltx = (1, 2, 3, 4)y = (1, 2, 3, 4)plt.plot(x, y)plt.title('test')plt.show() 发布时间:2022-09-12 0次 undefinedundefinedundefinedundefined 您需要登录才可以下载或查看,没有账号?会员注册