watex.utils.plotutils.savefigure#

watex.utils.plotutils.savefigure(fig, figname=None, ext='.png', **skws)[source]#

save figure from the given figure name

Parameters:
  • fig – Matplotlib figure object

  • figname – name of figure to output

  • ext – str - extension of the figure

  • skws – Matplotlib savefigure keywards additional keywords arguments

Returns:

Matplotlib savefigure objects.