假设我有一个数字列表(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的一个元素。
我该怎么做?
答案 0 :(得分:0)
好吧,如果python matplotlib不起作用,你可以写出图像,然后使用imagemagick合并绘图并按照你想要的方式调整大小。