catalight.analysis.plotting.plot_run_num

catalight.analysis.plotting.plot_run_num(expt, calDF, switch_to_hours=2)

Plot the individual concentrations for each molecule vs. run number.

Parameters:
  • expt (Experiment) – Experiment object which has data and has been analyzed (i.e. has avg_conc.csv etc.)

  • calDF (pandas.DataFrame) – Formatted DataFrame containing gc calibration data. Specific to control file used! Format [ChemID, slope, intercept, start, end]

  • switch_to_hours (float, optional) – Time in hours when the output should switch units to hours instead of minutes. The default is 2.

Returns:

Figure and Axis handle for “run_num” plot

Return type:

tuple(matplotlib.figure.Figure, matplotlib.axes._axes.Axes)