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

Skip to content

Commit e586c09

Browse files
committed
Don't snap pcolor
1 parent 45f5c45 commit e586c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7603,7 +7603,7 @@ def pcolor(self, *args, **kwargs):
76037603
ec.lower() == "none"):
76047604
kwargs['antialiaseds'] = False
76057605

7606-
collection = mcoll.PolyCollection(verts, **kwargs)
7606+
collection = mcoll.PolyCollection(verts, snap=False, **kwargs)
76077607

76087608
collection.set_alpha(alpha)
76097609
collection.set_array(C)

0 commit comments

Comments
 (0)