save_matplotlib_figure

menpo.visualize.save_matplotlib_figure(renderer, popup=True)[source]

Widget that allows to save a figure, which was generated with Matplotlib, to file.

Parameters:
  • renderer (MatplotlibRenderer) – The Matplotlib renderer object.
  • popup (bool, optional) – If True, the widget will appear as a popup window.