You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Limit full-invalidation of CompositeGenericTransforms.
The extension of AFFINE_ONLY invalidations into FULL invalidations in
CompositeGenericTransform._invalidate_internal was too generous; it is
only needed in case (b) , not in case (a). This is actually the
argument made by Phil Elson (in
https://discourse.matplotlib.org/t/16538/2, starting at "If the invalid
part is a1...") when he first introduced the _invalidate_internal API,
but for some reason his implementation further added case (a). Remove
that case.
0 commit comments