标签: python matplotlib aplpy
我已使用subplots在matplotlib中定义了一个数字网格,如下例所示:
subplots
f, axarr = plt.subplots(2) axarr[0].plot(x, y)
是否可以在aplpy.FITSFigure返回的某个轴实例中绘制由subplots生成的图形?
aplpy.FITSFigure