摘要: import unittest import matplotlib.pyplot as plt class MyTestCase(unittest.TestCase): def test_demo3(self): """简易线性图""" plt.style.use('seaborn-whitegri 阅读全文
posted @ 2020-12-14 15:18 fly_bk 阅读(298) 评论(0) 推荐(0)
摘要: pip3安装 pip3 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple import unittest import matplotlib.pyplot as plt class MyTestCase(unittest.T 阅读全文
posted @ 2020-12-14 13:29 fly_bk 阅读(93) 评论(0) 推荐(0)