-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Documentationstatus: needs clarificationIssues that need more information to resolve.Issues that need more information to resolve.topic: color/alpha
Milestone
Description
Bug report
Bug summary
matplotlib.pyplot.imshow definition alpha compositing is incorrect, references #3343.
Code for reproduction
from matplotlib import pyplot as plt
plt.figure(figsize=(8, 8))
RGBA = plt.imread('RGB_Droplet.png')
plt.imshow(RGBA)
plt.show()Actual outcome
Expected outcome
Composited in The Foundry Nuke:
The images used are available here:
Matplotlib version
- Operating system:
macOS - Matplotlib version:
'2.1.0' - Matplotlib backend (
print(matplotlib.get_backend())):'module://ipykernel.pylab.backend_inline' - Python version:
'2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:05:08) \n[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)]' - Jupyter version (if applicable):
notebook 5.0.0 py27_0
Metadata
Metadata
Assignees
Labels
Documentationstatus: needs clarificationIssues that need more information to resolve.Issues that need more information to resolve.topic: color/alpha

