catalight.analysis.plotting.open_pickled_fig

catalight.analysis.plotting.open_pickled_fig(fig_path)

Open a pickled figure for editing.

Parameters:

fig_path (str) – Path to .pickle file. Must be matplotlib.pyplot.figure

Returns:

Figure and Axis handle for plot

Return type:

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