-
etspy.base.RecStack.plot_slices(xslice: int | None =
None, yslice: int | None =None, zslice: int | None =None, return_fig: bool =False, **kwargs)[source] Plot slices along all three axes of a reconstruction stack.
- Parameters:¶
- xslice: int | None =
None¶ Indices of slices to plot. If
None(default), the middle most slice will be used.- yslice: int | None =
None¶ Indices of slices to plot. If
None(default), the middle most slice will be used.- zslice: int | None =
None¶ Indices of slices to plot. If
None(default), the middle most slice will be used.- **kwargs¶
Additional keyword arguments passed to
plot_images()
- xslice: int | None =