seaborn.PairGrid.tick_params#

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

修改刻度、刻度標籤和網格線。

參數:
axis{‘x’, ‘y’, ‘both’}

要套用格式化的軸。

kwargs關鍵字參數

要傳遞給 matplotlib.axes.Axes.tick_params() 的其他關鍵字參數。

回傳:
selfGrid 實例

回傳 self 以方便鏈式操作。