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

Skip to content

Commit e3be044

Browse files
committed
Remove unnecessary line.
svn path=/trunk/matplotlib/; revision=7631
1 parent 133a95f commit e3be044

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/matplotlib/collections.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,6 @@ def draw(self, renderer):
12181218
if self._shading == 'gouraud':
12191219
triangles, colors = self.convert_mesh_to_triangles(
12201220
self._meshWidth, self._meshHeight, coordinates)
1221-
check = {}
12221221
renderer.draw_gouraud_triangles(gc, triangles, colors, transform.frozen())
12231222
else:
12241223
renderer.draw_quad_mesh(

0 commit comments

Comments
 (0)