proplot-dev / proplot

🎨 A succinct matplotlib wrapper for making beautiful, publication-quality graphics
https://proplot.readthedocs.io
MIT License
1.07k stars 96 forks source link

fix: convert bool to `np.uint8` in `_to_numpy_array` #410

Closed scottstanie closed 1 year ago

scottstanie commented 1 year ago

This fixes #409

lukelbd commented 1 year ago

Makes sense to me. Thanks for the contribution!