从matplotlib中的数字列表中创建单个数字

时间:2013-07-10 13:52:22

标签: python matplotlib ipython

假设我有一个数字列表(figList),如下所示(在iPython中生成的输出):

In [25]: figList
Out[25]: [<matplotlib.figure.Figure at 0x63a8d90>,
 <matplotlib.figure.Figure at 0x638e3f0>,
 <matplotlib.figure.Figure at 0x6669710>,
 <matplotlib.figure.Figure at 0x69daeb0>,
 <matplotlib.figure.Figure at 0x63a43f0>,
 <matplotlib.figure.Figure at 0x6488ad0>,
 <matplotlib.figure.Figure at 0x735f6d0>,
 <matplotlib.figure.Figure at 0x79f41b0>,
 <matplotlib.figure.Figure at 0x7848090>]

我希望能够使用figList生成一个由一组子图组成的图,每个子图对应于figList的一个元素。

我该怎么做?

1 个答案:

答案 0 :(得分:0)

好吧,如果python matplotlib不起作用,你可以写出图像,然后使用imagemagick合并绘图并按照你想要的方式调整大小。