Skip to content

Commit

Permalink
[1467533] pie shadows are tagged with _nolabel_
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=8429
  • Loading branch information
efiring committed Jun 14, 2010
1 parent e31c214 commit 1044367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/matplotlib/axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4777,6 +4777,7 @@ def pie(self, x, explode=None, labels=None, colors=None,
#props={'facecolor':w.get_facecolor()}
)
shad.set_zorder(0.9*w.get_zorder())
shad.set_label('_nolegend_')
self.add_patch(shad)


Expand Down

0 comments on commit 1044367

Please sign in to comment.