Using the edgecolor-kwarg avoids the bug in Python3 that through the random kwargs-dictionary order the small circles are sometimes filled and sometimes empty.
Also included is a picture for the tests folder that resulted in one test failing because of the missing picture. Now all tests work (using python3 -m pytest).
Using the edgecolor-kwarg avoids the bug in Python3 that through the random kwargs-dictionary order the small circles are sometimes filled and sometimes empty.
Also included is a picture for the tests folder that resulted in one test failing because of the missing picture. Now all tests work (using
python3 -m pytest
).