Antony Lee
Antony Lee
mplcairo does correctly fill the stars in pdf output, and from a quick look (I haven't actually checked the value, just a visual check) gets an alpha closer to the...
Indeed, this is a good example regarding the difficulty to fix this. I'm not sure about the proposed wording change; what does "`data[s]` exists" actually mean? (other than "the expression...
- okular is affected by the same issue. - svg output has the same issue when seen by inkscape at least. - mplcairo (which uses a completely different implementation (cairo's)...
As noted earlier in the thread, one solution is to use the https://github.com/anntzer/mplcairo renderer which does not suffer from this issue. If an issue is not fixed more than a...
I haven't actually checked, but this seems likely to still be valid.
clip_paths is almost certainly the way to implement this here (although we'd need a reverse clip for the "outside" case, which is likely possible but not implemented AFAICT, OTOH that...
This seems like a clear bug with no obvious backcompat route; I would suggest changing to not including axes_pad when positioning the colorbar and having a clear note in the...
I agree that this is pretty high effort/low priority (though see https://github.com/matplotlib/matplotlib/issues/14939)...
Still true, still low priority.
Thanks for the report. The fix appears to be ```patch diff --git i/lib/matplotlib/transforms.py w/lib/matplotlib/transforms.py index 5003e21139..e6e7a6bca6 100644 --- i/lib/matplotlib/transforms.py +++ w/lib/matplotlib/transforms.py @@ -2711,9 +2711,12 @@ class AffineDeltaTransform(Affine2DBase): This class is...