plot_dos#

DOSPlot.plot_dos(spins: List[int] | None = None, orientation: str = 'horizontal')[source]#

Plot the plain density of states.

Parameters:
  • spins (list of ints, optional) – A list of the spins to be plotted. The default is None.

  • color (string, optional) – Color for the bands. The default is “blue”.

Return type:

None.