set_yticks#

DOSPlot.set_yticks(tick_positions: List[int] | None = None, tick_names: List[str] | None = None)[source]#

A method to set the yticks of the plot

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

  • tick_names (List[str], optional) – A list of tick names, by default None