galpy.util.plot.end_print

galpy.util.plot.end_print(filename, **kwargs)[source]

Save the current figure(s) to a file.

Parameters:
  • filename (str) – Filename for the plot (with extension).

  • **kwargs – Additional keyword arguments to pass to pyplot.savefig.

Notes

  • 2009-12-23 - Written - Bovy (NYU)