摘要: 原始代码: import matplotlib.pyplot as plt squares = [1, 4, 9, 16, 25] fig, ax = plt.subplots() ax.plot(squares, linewidth=3) # 设置图表标题并给坐标轴加上标签 ax.set_titl 阅读全文
posted @ 2021-04-26 10:33 Co~Co 阅读(290) 评论(0) 推荐(0) 编辑