Closed mrclary closed 6 months ago
Matplotlib get_backend returns lowercase in version >=3.9.0. Update MPL_BACKENDS_TO_SPYDER to accommodate.
get_backend
MPL_BACKENDS_TO_SPYDER
This is not really necessary because the fix will be picked up when merging the 2.x branch to master after merging PR #489.
2.x
master
But I guess it was necessary to test the fix worked in Spyder's master branch.
Matplotlib
get_backend
returns lowercase in version >=3.9.0. UpdateMPL_BACKENDS_TO_SPYDER
to accommodate.