1

我在 matplotlib 中定义了一个图形网格,subplots如下例所示:

f, axarr = plt.subplots(2)
axarr[0].plot(x, y)

是否可以绘制由aplpy.FITSFigure返回的轴实例之一生成的图形subplots

4

0 回答 0