From: <md...@us...> - 2007-12-04 20:28:54
|
Revision: 4594 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4594&view=rev Author: mdboom Date: 2007-12-04 12:28:24 -0800 (Tue, 04 Dec 2007) Log Message: ----------- Fix bbox_artist Modified Paths: -------------- branches/transforms/lib/matplotlib/patches.py Modified: branches/transforms/lib/matplotlib/patches.py =================================================================== --- branches/transforms/lib/matplotlib/patches.py 2007-12-04 20:08:28 UTC (rev 4593) +++ branches/transforms/lib/matplotlib/patches.py 2007-12-04 20:28:24 UTC (rev 4594) @@ -933,6 +933,7 @@ height=h, fill=fill, ) + r.set_transform(transforms.IdentityTransform()) r.set_clip_on( False ) r.update(props) r.draw(renderer) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |