Closed
Description
In #20237 we messed with the signature for QuadMesh. However the default for shading was changed from 'flat'
to False
, which is not an allowable value.
- This should be fixed, both in the code and the change note
- QuadMesh should probably gain a test on the values of the shading kwarg.
Thanks @jeffreypaul15 for noting this.