etspy.base.CommonStack.plot_3d(vmin_std: float = 0.1, vmax_std: float = 10, figsize: tuple = (10, 4))[source]

Plot slices along three major axes interatively.

Parameters:
stack : RecStack

Volume to rotate

vmin_std : float

Number of standard deviations from mean (lower bound) to use for scaling the displayed slices

vmax_std : float

Number of standard deviations from mean (upper bound) to use for scaling the displayed slices

figsize : tuple

Size of matplotlib figure to use