You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method get_fontconfig_fonts() in matplotlib.font_manager should return a list of files according to the documentation but in my machine it returns a list with one element that represents all paths concatenated. The snippet comes from a stack-overflow answer.
Bug report
Bug summary
The method get_fontconfig_fonts() in matplotlib.font_manager should return a list of files according to the documentation but in my machine it returns a list with one element that represents all paths concatenated. The snippet comes from a stack-overflow answer.
Code for reproduction
Actual outcome
Expected outcome
It should return a list of names
Matplotlib version
I think I used pip3 to install matplotlib but I'm not 100% sure.
The text was updated successfully, but these errors were encountered: