摘要: 一.matplotlib 1.1 matplotlib基本命令 1.1.1实现一个简单的matplotlib画图 import matplotlib.pyplot as plt plt.figure() plt.plot([1, 0, 9], [4, 5, 6]) plt.show() 1.1.2 阅读全文
posted @ 2021-11-08 21:12 W-forever 阅读(104) 评论(0) 推荐(0)