Nuacht

Bug summary As of matplotlib 3.10.5, deleting the module on the fly and then reimporting it does not work anymore. This used to work in 3.10.3. Code for reproduction #!/usr/bin/env python import sys ...
It appears that from my Googling that the latest Matplotlib (I think v3.10) removed the "collections" attribute from the QuadContourSet class. See the link below: ...