set_tick_params

FermiSurface.set_tick_params(axis: str = 'both', which: str = 'major', reset: bool = False, **kwargs)[source]

Set the tick parameters for the axes.

Parameters:
  • axis (str, optional) – Which axis to apply the parameters to (‘x’, ‘y’, or ‘both’), by default “both”.

  • which (str, optional) – Which ticks to apply the parameters to (‘major’, ‘minor’, or ‘both’), by default “major”.

  • reset (bool, optional) – Whether to reset all parameters before setting new ones, by default False.

  • **kwargs – Additional keyword arguments passed to matplotlib tick_params.