nested_grid_plotter.hide_axis_ticklabels#
- nested_grid_plotter.hide_axis_ticklabels(ax: Axes, which: Literal['both', 'x', 'y'] = 'both') None[source]#
Hide x, y or both x and y ticklabels of the given axis.
- Parameters:
ax_name (str) – Name of the axis.
which (Literal["both", "x", "y"], optional) – The axis to apply the changes on. The default is “both”.
- Return type:
None