log2Report.generateReport.copyPlots2ReportDir

copyPlots2ReportDir(reportDir, plotDict)[source]

copy the plots to report directory The plots are in a dictionary: plotDict = {‘plot1’: PurePath to plot1, ‘plot2’: PurePath to plot2…}

Parameters
  • reportDir (pathlib path) – path to directory where to copy the plots to

  • plotDict (dict) – dict of the location of the plots to copy