nested_grid_plotter.make_ticks_overlapping_axis_frame_invisible#
- nested_grid_plotter.make_ticks_overlapping_axis_frame_invisible(ax: Axes) None[source]#
Make the ticks overlapping the frame of the axis invisible.
It does not modify the labels, only make the ticks overlapping the frame edges as transparent.
- Parameters:
ax_name (str) – The given axis name.
- Return type:
None.