ZhaJiMan

Results 2 comments of ZhaJiMan

Thanks for detailed explanation and informing of changes in recent versions. Although this behaviour still confuses me a lot, I'll take some time reading those mentioned issues.

Thanks for workarounds. I found that `ax.set_boundary` will set the `_original_path` attribute for `ax.patch` and `ax.spines['geo']`. And in their `_adjust_location` methods there are ```Python class _ViewClippedPathPatch(mpatches.PathPatch): def _adjust_location(self): if self.stale:...