plot_stack#

DOSPlot.plot_stack(items: dict | None = None, spins: List[int] | None = None, plot_total: bool = True, overlay_mode=False, orientation: str = 'horizontal')[source]#

A method to plot dos contributions stacked.

Parameters:
  • items (dict, optional) – A dictionary where the keys represent the atom and the values are the orbital contributions to include for that item, by default None

  • spins (List[int], optional) – A list of spins, by default None

  • orientation (str, optional) – String to plot horizontal or vertical, by default “horizontal”