News

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 ...