atomistics.workflows.phonons.helper.plot_dos

Contents

atomistics.workflows.phonons.helper.plot_dos#

atomistics.workflows.phonons.helper.plot_dos(phonopy_dict: dict, *args, axis: Any | None = None, **kwargs)[source]#

Plot the DOS.

If “label” is present in kwargs a legend is added to the plot automatically.

Parameters:
  • phonopy_dict (dict) – The calculated phonon properties.

  • axis (optional) – matplotlib axis to use, if None create a new one

  • *args – passed to axis.plot

  • **kwargs – passed to axis.plot

Returns:

axis with the plot

Return type:

matplotlib.axes._subplots.AxesSubplot