plot#

DiffractionVectors1D.plot(tight_layout=True, **kwargs)[source]#

Plot the beam shifts, utilizing HyperSpy’s hyperspy.api.plot.plot_images() function. Each Vector is plotted as a separate image with the column names as labels.

Parameters:
  • tight_layout (bool, optional) – Whether to use tight layout in the plot. The default is True.

  • **kwargs (dict) – Keyword arguments to pass to hyperspy.api.plot.plot_images().