@@ -251,8 +251,8 @@ def draw_path_collection(self, gc, master_transform, paths, all_transforms,
251
251
paths , all_transforms )
252
252
253
253
for xo , yo , path_id , gc0 , rgbFace in self ._iter_collection (
254
- gc , master_transform , all_transforms , list (path_ids ), offsets ,
255
- offsetTrans , facecolors , edgecolors , linewidths , linestyles ,
254
+ gc , list (path_ids ), offsets , offsetTrans ,
255
+ facecolors , edgecolors , linewidths , linestyles ,
256
256
antialiaseds , urls , offset_position ):
257
257
path , transform = path_id
258
258
# Only apply another translation if we have an offset, else we
@@ -367,8 +367,7 @@ def _iter_collection_uses_per_path(self, paths, all_transforms,
367
367
N = max (Npath_ids , len (offsets ))
368
368
return (N + Npath_ids - 1 ) // Npath_ids
369
369
370
- def _iter_collection (self , gc , master_transform , all_transforms ,
371
- path_ids , offsets , offsetTrans , facecolors ,
370
+ def _iter_collection (self , gc , path_ids , offsets , offsetTrans , facecolors ,
372
371
edgecolors , linewidths , linestyles ,
373
372
antialiaseds , urls , offset_position ):
374
373
"""
0 commit comments