set_outline#

omnipose.plot.set_outline(ax, outline_color=None, outline_width=0)[source]#
  • Always hide axis ticks (ax.axis("off")).

  • If outline_color is not None and outline_width > 0,

    show spines with that color/width.

  • Otherwise, hide spines (no border).