GUDHI / gudhi-devel

The GUDHI library is a generic open source C++ library, with a Python interface, for Topological Data Analysis (TDA) and Higher Dimensional Geometry Understanding.
https://gudhi.inria.fr/
MIT License
254 stars 65 forks source link

Add a copy of matplotlib check dep usetex (removed from matplotlib) #1024

Closed VincentRouvreau closed 8 months ago

VincentRouvreau commented 8 months ago

Fix #724 Requires matplotlib >= 3.1.0, maybe I should specify it in the doc and requirements

VincentRouvreau commented 8 months ago

Add a comment explaining where this is copied from? Otherwise ok for me.

I added some comment about the vendor copy of former checkdep_usetex matplotlib function. I also took the opportunity to remove try/catch of matplotlib imports that were hiding more relevant ImportError messages. On 52c77aa