set_xticks#
- DOSPlot.set_xticks(tick_positions: List[int] | None = None, tick_names: List[str] | None = None)[source]#
A method to set the xticks 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