摘要: 全部样式可见:Style sheets reference — Matplotlib 3.5.2 documentation 使用方法 #两种用法 ① import matplotlib.pyplot as plt plt.style.use('样式名') ② import matplotlib m 阅读全文
posted @ 2022-05-23 17:29 ShineLe 阅读(257) 评论(0) 推荐(0)
摘要: 问题 假设我们有years、months、days这3个List,它们的大小相同,且元素一一对应,三个List中相同位置的元素可以组合为一个日期,如何用3个变量同时进行迭代来构造一个新的由date构成的List呢? 方法:zip方法 学习自:python中的zip方法详解 - 百度文库 用法 zip 阅读全文
posted @ 2022-05-23 17:21 ShineLe 阅读(367) 评论(0) 推荐(0)