gypaetus
gypaetus

Reputation: 7349

use aplpy figure in an AxesSubplot instance

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?

Upvotes: 1

Views: 99

Answers (0)

Related Questions