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
frompylabimport*gca().inset_axes([.1, .2, .3, .4]); savefig("/tmp/test.png", transparent=True)
# then display /tmp/test.png with a viewer that distinguishes between white and transparent: the inset axes is not transparent.
Actual outcome
Inset is not transparent.
Expected outcome
Inset is transparent (... well, admittedly I guess whether one wants this or not may be figure-dependent?) (mildly relatedly, see also #10023.)