at.plot.response_matrix#
Functions
|
Plot the norm of the lines and columns of the weighted response matrix |
|
Plot the decomposition of an error vector on the basis of singular vectors |
|
Plot the singular values of a response matrix |
|
Plot the decomposition of a correction vector on the basis of singular vectors |
- plot_norm(resp, ax=None)[source]#
Plot the norm of the lines and columns of the weighted response matrix
For a stable solution, the norms should have the same order of magnitude. If not, the weights of observables and variables should be adjusted.
- Parameters:
resp (ResponseMatrix) – Response matrix object
ax (tuple[Axes, Axes] | None) – tuple of
Axes
. If given, plots will be drawn in these axes.
- plot_obs_analysis(resp, lattice, ax=None, logscale=True)[source]#
Plot the decomposition of an error vector on the basis of singular vectors
- Parameters:
resp (ResponseMatrix) – Response matrix object
lattice (Lattice) – Lattice description. The response matrix observables will be evaluated for this
Lattice
and the deviation from target will be decomposed on the basis of singular vectors,ax (Axes) – If given, plots will be drawn in these axes.
- plot_singular_values(resp, ax=None, logscale=True)[source]#
Plot the singular values of a response matrix
- Parameters:
resp (ResponseMatrix) – Response matrix object
ax (Axes) – If given, plots will be drawn in these axes.