📜  设置轴标题 matplotlib - Python 代码示例

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

代码示例1
fig.suptitle('test title', fontsize=20)
plt.xlabel('xlabel', fontsize=18)
plt.ylabel('ylabel', fontsize=16)