We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb9b0c commit bcbf986Copy full SHA for bcbf986
lib/matplotlib/tests/test_backend_bases.py
@@ -35,7 +35,7 @@ def check(master_transform, paths, all_transforms,
35
rb._iter_collection(
36
gc, range(len(raw_paths)), offsets,
37
transforms.AffineDeltaTransform(master_transform),
38
- facecolors, edgecolors, [], [], [], [False],
+ facecolors, edgecolors, [], [], [False],
39
[], 'screen')]
40
uses = rb._iter_collection_uses_per_path(
41
paths, all_transforms, offsets, facecolors, edgecolors)
0 commit comments