@@ -251,8 +251,8 @@ def draw_path_collection(self, gc, master_transform, paths, all_transforms,
251251 paths , all_transforms )
252252
253253 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 ,
256256 antialiaseds , urls , offset_position ):
257257 path , transform = path_id
258258 # 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,
367367 N = max (Npath_ids , len (offsets ))
368368 return (N + Npath_ids - 1 ) // Npath_ids
369369
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 ,
372371 edgecolors , linewidths , linestyles ,
373372 antialiaseds , urls , offset_position ):
374373 """
0 commit comments