摘要: 绘图和可视化 matplotlib API入门 import matplotlib.pyplot as plt 图和子图 # matplotlib的图像位于Figure对象中。你可以用plt.figure创建一张新图 # plt.figure有一些选项,特别是figsize,用于当图片保存到磁盘时, 阅读全文
posted @ 2025-05-23 08:04 huihui_teresa 阅读(52) 评论(0) 推荐(0)