售前咨询:400-0666-318
在python中使用matplotlib库绘制函数图像,具体方法如下:
import matplotlib.pyplot as pltx = [1, 2, 3]y = [2, 3, 4]plt.plot(x, y) #x, y是两个列表plt.show()
import matplotlib.pyplot as plt
x = [1, 2, 3]
y = [2, 3, 4]
plt.plot(x, y) #x, y是两个列表
plt.show()
效果图:
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: Python中multiprocessing.pool不能正常结束怎么办