From: <ef...@us...> - 2010-06-14 00:54:48
|
Revision: 8429 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8429&view=rev Author: efiring Date: 2010-06-14 00:54:41 +0000 (Mon, 14 Jun 2010) Log Message: ----------- [1467533] pie shadows are tagged with _nolabel_ Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/axes.py Modified: trunk/matplotlib/lib/matplotlib/axes.py =================================================================== --- trunk/matplotlib/lib/matplotlib/axes.py 2010-06-13 23:04:30 UTC (rev 8428) +++ trunk/matplotlib/lib/matplotlib/axes.py 2010-06-14 00:54:41 UTC (rev 8429) @@ -4777,6 +4777,7 @@ #props={'facecolor':w.get_facecolor()} ) shad.set_zorder(0.9*w.get_zorder()) + shad.set_label('_nolegend_') self.add_patch(shad) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |