global figure handler

Hello,

Is there a global figure handler, something like

pylab.get_all_figures()

that returns an array of figure instances? Right now I'm just using
wx.GetTopLevelWindows()[n].canvas.figure

Thanks,
Jack