我如何在matplotlib中获取字体家族列表(或字体名称)

我如何在matplotlib中获取字体家族列表(或字体名称),第1张

我如何在matplotlib中获取字体家族列表(或字体名称

请尝试以下 *** 作:

>>> import matplotlib.font_manager>>> [f.name for f in matplotlib.font_manager.fontManager.ttflist]['cmb10', 'cmex10', 'STIXNonUnipre', 'STIXNonUnipre', 'STIXSizeThreeSym', 'STIXSizeTwoSym', 'cmtt10', 'STIXGeneral', 'STIXSizeThreeSym', 'STIXSizeFiveSym', 'STIXSizeOneSym', 'STIXGeneral', 'cmr10', 'STIXSizeTwoSym', ...]>>> [f.name for f in matplotlib.font_manager.fontManager.afmlist]['Helvetica', 'ITC Zapf Chancery', 'Palatino', 'Utopia', 'Helvetica', 'Helvetica', 'ITC Bookman', 'Courier', 'Helvetica', 'Times', 'Courier', 'Helvetica', 'Utopia', 'New Century Schoolbook', ...]


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5645390.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-16
下一篇 2022-12-16

发表评论

登录后才能评论

评论列表(0条)

保存