vispipe.plot_backend.MPL_Figure.savefig#

MPL_Figure.savefig(path, dpi=None)#

Calls fig.savefig().

Parameters:
  • path (str | PathLike) – Path that the file will be saved to.

  • dpi (int | None) – DPI of the saved image.