From: <md...@us...> - 2010-07-23 16:46:46
|
Revision: 8571 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8571&view=rev Author: mdboom Date: 2010-07-23 16:46:40 +0000 (Fri, 23 Jul 2010) Log Message: ----------- Oops in last commit. Modified Paths: -------------- branches/v1_0_maint/lib/matplotlib/image.py Modified: branches/v1_0_maint/lib/matplotlib/image.py =================================================================== --- branches/v1_0_maint/lib/matplotlib/image.py 2010-07-23 16:45:24 UTC (rev 8570) +++ branches/v1_0_maint/lib/matplotlib/image.py 2010-07-23 16:46:40 UTC (rev 8571) @@ -338,7 +338,6 @@ gc = renderer.new_gc() gc.set_clip_rectangle(self.axes.bbox.frozen()) gc.set_clip_path(self.get_clip_path()) - print self.get_clip_path() if self._check_unsampled_image(renderer): self._draw_unsampled_image(renderer, gc) @@ -542,9 +541,7 @@ **kwargs ) - print "__init__", self.get_clip_on() - def make_image(self, magnification=1.0): if self._A is None: raise RuntimeError('You must first set the image array or the image attribute') This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |