📜  matplotlib 粗体 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:21.742000             🧑  作者: Mango

代码示例1
plt.text(600000, 20, '2008 Swing-State Counties', weight='bold')
plt.show()