Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix boundary flooding when panning axes with a non-data-transform boundary - #2734

Open
greglucas wants to merge 1 commit into
SciTools:mainfrom
greglucas:fix/circular-boundary-pan-flood
Open

Fix boundary flooding when panning axes with a non-data-transform boundary#2734
greglucas wants to merge 1 commit into
SciTools:mainfrom
greglucas:fix/circular-boundary-pan-flood

Conversation

@greglucas

Copy link
Copy Markdown
Contributor

_ViewClippedPathPatch and GeoSpine clipped a custom set_boundary() path against axes.viewLim (data coordinates) unconditionally, even when the path was given in a different transform (e.g. transAxes). Panning far enough made the clip produce an empty path, which disabled clipping and let features flood the whole figure.

Noticed this while panning around on the example always_circular_stereo.py on main where it would invert itself with a flood if you go up and left or down and right far enough.

…ndary

_ViewClippedPathPatch and GeoSpine clipped a custom set_boundary() path
against axes.viewLim (data coordinates) unconditionally, even when the
path was given in a different transform (e.g. transAxes). Panning far
enough made the clip produce an empty path, which disabled clipping and
let features flood the whole figure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant