def save_figure_widget(self):
     r"""
     Method for saving the figure of the current ``figure_id`` to file using
     `menpowidgets.base.save_matplotlib_figure` widget.
     """
     from menpowidgets import save_matplotlib_figure
     save_matplotlib_figure(self)
Esempio n. 2
0
 def save_figure_widget(self):
     r"""
     Method for saving the figure of the current ``figure_id`` to file using
     `menpowidgets.base.save_matplotlib_figure` widget.
     """
     from menpowidgets import save_matplotlib_figure
     save_matplotlib_figure(self)