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

Skip to content

Commit 76822d9

Browse files
committed
fixed sf bug #1275264
svn path=/trunk/matplotlib/; revision=1679
1 parent e405420 commit 76822d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def _get_handles(self, handles, texts):
252252
self._set_artist_props(legline) # after update
253253
legline.set_clip_box(None)
254254
legline.set_markersize(self.markerscale*legline.get_markersize())
255-
legline.set_data_clipping(False)
255+
256256
ret.append(legline)
257257
elif isinstance(handle, Patch):
258258

0 commit comments

Comments
 (0)