Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c03d2b1

Browse files
committed
Merged revisions 7837 via svnmerge from
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_99_maint ........ r7837 | mdboom | 2009-10-01 08:37:49 -0400 (Thu, 01 Oct 2009) | 2 lines Fix alpha of Shadow patch. ........ svn path=/trunk/matplotlib/; revision=7840
1 parent fb02ecd commit c03d2b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/matplotlib/patches.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ def _update(self):
421421

422422
self.set_facecolor((r,g,b,0.5))
423423
self.set_edgecolor((r,g,b,0.5))
424+
self.set_alpha(0.5)
424425

425426
def _update_transform(self, renderer):
426427
ox = renderer.points_to_pixels(self._ox)

0 commit comments

Comments
 (0)