seaborn.PairGrid.tick_params#

PairGrid.tick_params(axis='both', **kwargs)#

Modify the ticks, tick labels, and gridlines.

Parameters:
axis{‘x’, ‘y’, ‘both’}

The axis on which to apply the formatting.

kwargskeyword arguments

Additional keyword arguments to pass to matplotlib.axes.Axes.tick_params().

Returns:
selfGrid instance

Returns self for easy chaining.