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