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

Skip to content

Commit aa866ed

Browse files
committed
Fix bbox_artist
svn path=/branches/transforms/; revision=4594
1 parent cc684f6 commit aa866ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/patches.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,7 @@ def bbox_artist(artist, renderer, props=None, fill=True):
933933
height=h,
934934
fill=fill,
935935
)
936+
r.set_transform(transforms.IdentityTransform())
936937
r.set_clip_on( False )
937938
r.update(props)
938939
r.draw(renderer)

0 commit comments

Comments
 (0)