nested_grid_plotter.hide_axis_spine#
- nested_grid_plotter.hide_axis_spine(ax: Axes, loc: Literal['top', 'bottom', 'left', 'right', 'all']) None[source]#
Hide one or all spines of the given axis.
- Parameters:
ax (Axes) – Axis for which to hide the spines.
loc (Literal["top", "bottom", "left", "right", "all"]) – The spine to apply the changes on.
- Return type:
None