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
It doesn't really matter if saving as png or pdf, the outcome is the same. With Agg, the image appears in the lower left corner:
With Cairo, the image appears in the upper left corner:
It worked correctly with mpl 1.4.3 and is broken with 1.5.0, but bisection is next to impossible because the Cairo backend was broken for a very long time.
The text was updated successfully, but these errors were encountered:
Oh, I thought I tested with v2.x at some point, but it looks like you're right. It appears to have been fixed with the ever-growing list of things from #5718.
In testing some stuff for #7151, I realized that the Cairo backend inverts images plotted using
imshow
.It doesn't really matter if saving as png or pdf, the outcome is the same. With Agg, the image appears in the lower left corner:


With Cairo, the image appears in the upper left corner:
It worked correctly with mpl 1.4.3 and is broken with 1.5.0, but bisection is next to impossible because the Cairo backend was broken for a very long time.
The text was updated successfully, but these errors were encountered: