79585136

Date: 2025-04-21 18:45:04
Score: 1.5
Natty:
Report link

Okay, after more digging into the source code, I found a very crude solution that works.

One option is to add the following line after the map plotting code that just turns off clipping for everything in the axes.

[x.set_clip_on(False) for x in list(ax.patches)]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Egor Lappo