8000 Fix Mac OS-X backend with path collection. · matplotlib/matplotlib@28331bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 28331bf

Browse files
committed
Fix Mac OS-X backend with path collection.
1 parent 2ba357e commit 28331bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/backends/backend_macosx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def draw_path_collection(self, gc, master_transform, paths, all_transforms,
7676
master_transform, paths, all_transforms):
7777
path_ids.append((path, transform))
7878
master_transform = master_transform.get_matrix()
79-
all_transforms = [t.get_matrix() for t in all_transforms]
8079
offsetTrans = offsetTrans.get_matrix()
8180
gc.draw_path_collection(master_transform, path_ids, all_transforms,
8281
offsets, offsetTrans, facecolors, edgecolors,

0 commit comments

Comments
 (0)
0