西西软件
首页
Python
Java
PHP
IOS
Andorid
NodeJS
JavaScript
HTML5
本站软件
电脑软件
Python matplotlib 字体设置示例
import matplotlib.pyplot as plt import matplotlib.font_manager as fm plt.figure(figsize=(13, 9)) # 使用内置字体名称初始化 f1 = fm.FontProperties('simhei', size=20) # 使用指定字体路径 f2 = fm.FontProperties(fname='方正卡通简体…
作者:admin
分类:
Python
时间:2022年03月11日 03:27:41
评论:
0
标签:
matplotlib
,
字体