shnitsel.vis.datasheet.figures.nacs_hist

Functions

plot_nacs_histograms(inter_state, hop_idxs[, fig, axs])

Plot 2D histograms of NACS vs delta_E or dip_trans

Module Contents

plot_nacs_histograms(inter_state, hop_idxs, fig=None, axs=None)

Plot 2D histograms of NACS vs delta_E or dip_trans

Parameters:
  • inter_state (InterState) – The dataset containing inter-state data including NACs

  • hop_idxs – Argument to specify, which frames should be selected for the histograms.

  • fig (Figure | SubFigure, optional) – Unused figure provided to the plot. Consumed by the figaxs_defaults decorator.

  • axs (dict[str, Axes]) – Axes objects to plot to with the respective keys of the plot. Defaults to None.

Returns:

The axes used for plotting indexed by the subfigure name

Return type:

dict[str, Axes]