Issue
e.g. when I want to set font
in
matplotlib.rc('font', **font)
Solution
import matplotlib.font_manager
matplotlib.font_manager.findSystemFonts(fontpaths=None, fontext='ttf')
Check this for other options.
Answered By - imsc
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.