Skip to content

Commit dfe463a

Browse files
r3ksteImpaler343
authored andcommitted
added hatchcolors param to iter_collection definition
1 parent eb5d9c6 commit dfe463a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backend_bases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def _iter_collection_uses_per_path(self, paths, all_transforms,
334334
return (N + Npath_ids - 1) // Npath_ids
335335

336336
def _iter_collection(self, gc, path_ids, offsets, offset_trans, facecolors,
337-
edgecolors, linewidths, linestyles,
337+
edgecolors, hatchcolors, linewidths, linestyles,
338338
antialiaseds, urls, offset_position):
339339
"""
340340
Helper method (along with `_iter_collection_raw_paths`) to implement

0 commit comments

Comments
 (0)