texplot.save_plot#

texplot.save_plot(plt, filename, transparent_background=True, bbox_extra_artists=None, dpi=200, verbose=False)#

Saves plot as svg format in the current working directory.

Parameters:
  • plt (matplotlib.pyplot) – matplotlib.pyplot object for the plots.

  • filename (string) – Name of the file without extension or directory name.

  • transparent_background (bool) – Sets the background of svg file to be transparent.