frb.surveys.survey_io

I/O related to surveys

frb.surveys.survey_io.save_plt(plt, out_dir, root, verbose=False, ftype='png')[source]

Save a matplotlib object to disk

Args:
  • plt – matplotlib.pyplot

  • out_dir – str Folder for output

  • root – str Root name of the output file

  • verbose – bool, optional

  • ftype – str File type, e.g. png, pdf

Returns: