在python中绘制图形编号列表

时间:2019-07-12 11:52:13

标签: python matplotlib

我打算通过枚举列表在一个jpeg或png文件中绘制3个图形。如何保存使用类似于此处显示的代码的Get the list of figures in matplotlib及以下代码获得的现有图形编号列表的图形。该链接显示了如何分别保存每个图形,而不是从图形编号列表中另存为一张图像。

import matplotlib.pyplot as plt
fig = list(map(plt.figure, plt.get_fignums()))

我希望将图形编号列表中表示的3个图作为一个jpeg文件获取

0 个答案:

没有答案