Revision: 7837
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7837&view=rev
Author: mdboom
Date: 2009-10-01 12:37:49 +0000 (Thu, 01 Oct 2009)
Log Message:
-----------
Fix alpha of Shadow patch.
Modified Paths:
--------------
branches/v0_99_maint/lib/matplotlib/patches.py
Modified: branches/v0_99_maint/lib/matplotlib/patches.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/patches.py 2009-10-01 02:28:14 UTC
(rev 7836)
+++ branches/v0_99_maint/lib/matplotlib/patches.py 2009-10-01 12:37:49 UTC
(rev 7837)
@@ -415,6 +415,7 @@
self.set_facecolor((r,g,b,0.5))
self.set_edgecolor((r,g,b,0.5))
+ self.set_alpha(0.5)
def _update_transform(self, renderer):
ox = renderer.points_to_pixels(self._ox)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins