We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa583e4 commit d37e613Copy full SHA for d37e613
lib/matplotlib/backends/backend_webagg_core.py
@@ -97,7 +97,7 @@ def get_diff_image(self):
97
buff.shape = (renderer.height, renderer.width)
98
99
# If any pixels have transparency, we need to force a full draw
100
- # as we cannot overlay new on top of old.
+ # as we cannot overlay new on top of old.
101
pixels = buff.view(dtype=np.uint8).reshape(buff.shape + (4,))
102
some_transparency = np.any(pixels[:, :, 3] != 255)
103
0 commit comments