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

Skip to content

Commit 5132d75

Browse files
committed
Fix typo in QuadMesh.
svn path=/trunk/matplotlib/; revision=7520
1 parent 237ba38 commit 5132d75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/collections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ def draw(self, renderer):
12091209
transOffset = transOffset.get_affine()
12101210

12111211
gc = renderer.new_gc()
1212-
self._set_clip_gc(gc)
1212+
self._set_gc_clip(gc)
12131213

12141214
if self._shading == 'gouraud':
12151215
triangles, colors = self.convert_mesh_to_triangles(

0 commit comments

Comments
 (0)