seaborn.FacetGrid.tick_params#

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

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

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

要套用格式化的軸。

kwargs關鍵字參數

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

返回:
selfGrid 實例

返回自身以便於鏈式調用。