arc.calculations_atom_pairstate.PairStateInteractions.showPlot#

PairStateInteractions.showPlot(interactive=True)[source]#

Shows level diagram printed by PairStateInteractions.plotLevelDiagram

By default, it will output interactive plot, which means that clicking on the state will show the composition of the clicked state in original basis (dominant elements)

Parameters

interactive (bool) – optional, by default it is True. If true, plotted graph will be interactive, i.e. users can click on the state to identify the state composition

Note

interactive=True has effect if the graphs are explored in usual matplotlib pop-up windows. It doesn’t have effect on inline plots in Jupyter (IPython) notebooks.