joferkington / mplstereonet

Stereonets for matplotlib
MIT License
189 stars 66 forks source link

Small circle coloring and tests #12

Closed tobias47n9e closed 9 years ago

tobias47n9e commented 9 years ago

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).

joferkington commented 9 years ago

Fantastic! Thanks a bunch!