plot_lambda_transition_matrix#

openfe.analysis.plotting.plot_lambda_transition_matrix(matrix: ndarray[Any, dtype[_ScalarType_co]]) matplotlib.axes.Axes#

Plot out a transition matrix.

Parameters:

matrix (npt.NDArray) – A nstates by nstates matrix of transition estimates.

Returns:

ax – An Axes object to plot.

Return type:

matplotlib.axes.Axes