|
From: <md...@us...> - 2009-10-01 17:36:08
|
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.
|