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
This issue appears to be similar to what eventually got resolved in #1894
If I save a pdf with a single image, grayscale colormap and a transparent background, the axes background does not remain transparent. It becomes a black background. If I deviate from any of those ingredients, then the background is transparent as specified.
I recently fixed one bug related to alpha channels in grayscale images, and I cannot reproduce this problem on current master, so I'll assume the fix helped with this case too. Thanks for a clearly written report, and please feel free to reopen if this reappears.
This issue appears to be similar to what eventually got resolved in #1894
If I save a pdf with a single image, grayscale colormap and a transparent background, the axes background does not remain transparent. It becomes a black background. If I deviate from any of those ingredients, then the background is transparent as specified.
Example:
Here is 'transparent.pdf', with the black background on the first set of axes:

Here is 'opaque.pdf', which looks correct:

Here is 'transparent.png', which also looks correct:

In case it matters, I am on Mac OS X 10.8.5, Enthought Canopy Python 2.7.6, and Matplotlib 1.4.0
The text was updated successfully, but these errors were encountered: