[Bug]: Relative paths in plt.style.use()
no longer work in 3.7
#25242
Milestone
plt.style.use()
no longer work in 3.7
#25242
Bug summary
Version 3.7 broke using relative paths in
plt.style.use()
raising aTypeError
. It was working fine in 3.6. Prepending with a./
as suggested in the error message did not help.Code for reproduction
Actual outcome
Expected outcome
Style is loaded.
Additional information
No response
Operating system
No response
Matplotlib Version
3.7.0
Matplotlib Backend
module://matplotlib_inline.backend_inline
Python version
3.9.16
Jupyter version
6.5.2
Installation
conda
The text was updated successfully, but these errors were encountered: