set_patch

Compass.set_patch(facecolor=None, edgecolor=None, linewidth=None)

Set the style of the background patch.

Parameters:
  • facecolor (str, tuple, None or False) –

    • str or tuple: Set the color of the background patch.

    • False or β€œnone”: Make the background-patch invisible.

  • edgecolor (str, tuple, None or False) –

    • str or tuple: Set the color of the background patch.

    • False or β€œnone”: Make the background-patch invisible.

  • linewidth (float) – The linewidth of the patch.