catalight.analysis.plotting

Tools specifically related to plotting data.

This module was broken out from analysis.tools for clarity. Helper functions and command specifically related to plotting data of any type should be placed here. Created on Mon Feb 6 11:46:49 2023. @author: Briley Bourgeois

Functions

multiplot_X_and_S(results_dict[, figsize])

Separately plot 1) conversion and 2) selectivity for multiple experiments.

multiplot_X_vs_S(results_dict[, figsize])

Produce a combo plot of selectivity as a function of conversion.

open_pickled_fig(fig_path)

Open a pickled figure for editing.

plot_X_and_S(expt, reactant, target_molecule)

Plot conversion and selectivity vs reaction condition with error.

plot_expt_summary(expt, calDF, reactant, ...)

Call 'typical' plotting functions and save output to results path.

plot_ppm(expt, calDF[, mole_bal, ...])

Plot average concentration in ppm for each molecule vs reaction condition.

plot_run_num(expt, calDF[, switch_to_hours])

Plot the individual concentrations for each molecule vs.

set_plot_style([figsize])

Update default plot styles.