earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Add assert Polygons grouped by type function #225

Open nkorinek opened 4 years ago

nkorinek commented 4 years ago

Add a function assert_polygons_grouped_by_type like assert_points_grouped_by_type to ensure polygons are correctly plotted.

nkorinek commented 4 years ago

Addressed in https://github.com/earthlab/matplotcheck/pull/240