1

I have defined a grid of figures in matplotlib using subplots as in this example:

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

Is it possible to plot a figure generated by aplpy.FITSFigure in one of the axes instances returned by subplots?

gypaetus
  • 6,873
  • 3
  • 35
  • 45

0 Answers0