tomodrgn.analysis.plot_euler#
- plot_euler(theta: ndarray, phi: ndarray, psi: ndarray) tuple[Figure, Figure, Axes] [source]#
Plot the distribution of Euler angles as a hexbin of theta and phi, and a histogram of psi.
- Parameters:
theta – array of euler angles theta, shape (nimgs)
phi – array of euler angles phi, shape (nimgs)
psi – array of euler angles psi, shape (nimgs)
- Returns:
matplotlib hexbin figure of theta vs phi, matplotlib figure and axes of psi histogram