Check out the Hyperspy Workshop May 13-17, 2024 Online

plot_diffraction_vectors_on_signal#

DiffractionVectors.plot_diffraction_vectors_on_signal(signal, *args, **kwargs)[source]#

[Deprecated] Plot the diffraction vectors on a signal.

Parameters:
  • signal (ElectronDiffraction2D) – The ElectronDiffraction2D signal object on which to plot the peaks. This signal must have the same navigation dimensions as the peaks.

  • *args – Arguments passed to signal.plot()

  • **kwargs – Keyword arguments passed to signal.plot()

Notes

Deprecated since version 0.17.0: Function plot_diffraction_vectors_on_signal() is deprecated and will be removed in version 1.0.0. Use pyxem.signals.DiffractionVectors.to_markers() instead.