plot_stack_species#

DOSPlot.plot_stack_species(principal_q_numbers: List[int] = [-1], orbitals: List[int] | None = None, spins: List[int] | None = None, overlay_mode: bool = False, orientation: str = 'horizontal')[source]#

A method to plot the dos with the species contribution stacked on eachother

Parameters:
  • principal_q_numbers (List[int], optional) – A list of principal quantum numbers, by default [-1]

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

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

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