Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba357e commit 28331bfCopy full SHA for 28331bf
1 file changed
lib/matplotlib/backends/backend_macosx.py
@@ -76,7 +76,6 @@ def draw_path_collection(self, gc, master_transform, paths, all_transforms,
76
master_transform, paths, all_transforms):
77
path_ids.append((path, transform))
78
master_transform = master_transform.get_matrix()
79
- all_transforms = [t.get_matrix() for t in all_transforms]
80
offsetTrans = offsetTrans.get_matrix()
81
gc.draw_path_collection(master_transform, path_ids, all_transforms,
82
offsets, offsetTrans, facecolors, edgecolors,
0 commit comments