摘要: 查看支持的字体: # 查询当前系统所有字体 from matplotlib.font_manager import FontManager mpl_fonts = set(f.name for f in FontManager().ttflist) print('all font list get 阅读全文
posted @ 2023-12-14 15:24 王冰冰 阅读(12) 评论(0) 推荐(0) 编辑