matplotlib.axis.Axis.set_tick_params#

Axis.set_tick_params(which='major', reset=False, **kwargs)[source]#

Set appearance parameters for ticks, ticklabels, and gridlines.

For documentation of keyword arguments, see matplotlib.axes.Axes.tick_params().

See also

Axis.get_tick_params

View the current style settings for ticks, ticklabels, and gridlines.