From: <ry...@us...> - 2009-08-22 20:16:22
|
Revision: 7520 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7520&view=rev Author: ryanmay Date: 2009-08-22 20:16:09 +0000 (Sat, 22 Aug 2009) Log Message: ----------- Fix typo in QuadMesh. Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/collections.py Modified: trunk/matplotlib/lib/matplotlib/collections.py =================================================================== --- trunk/matplotlib/lib/matplotlib/collections.py 2009-08-22 06:25:07 UTC (rev 7519) +++ trunk/matplotlib/lib/matplotlib/collections.py 2009-08-22 20:16:09 UTC (rev 7520) @@ -1209,7 +1209,7 @@ transOffset = transOffset.get_affine() gc = renderer.new_gc() - self._set_clip_gc(gc) + self._set_gc_clip(gc) if self._shading == 'gouraud': triangles, colors = self.convert_mesh_to_triangles( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |