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.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to