plot_parametric_line#

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

A method to plot the parametric line plot

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

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

  • 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

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