catalight.analysis.run_plot_chromatograms_stacked.main

catalight.analysis.run_plot_chromatograms_stacked.main(file_list, data_labels, figsize=(6.5, 4.5), basecorrect=True)

Plot multiple .asc files on one plot with data_labels as legend.

Parameters:
  • file_list (list of str) – list of full filepaths to “.asc” files for GC data.

  • data_labels (list of str) – List of data labels used for generating plot legends.

  • figsize (tuple, optional) – Desired size of output figure in inches (x,y), Default is (6.5, 4.5). figsize suggestions: 1/2 slide = (6.5, 4.5); 1/6 slide = (4.35, 3.25); 1/4 slide = (5, 3.65); Full slide = (9, 6.65);

  • basecorrect (bool, optional) – Indicates whether or not to baseline correct individual gc data. The default is ‘True’.

Returns:

  • fig (matplotlib.pyplot.figure) – Figure handle for plot.

  • ax (matplotlib.pyplot.axis) – Axis handle for plot.