📜  添加标题以绘制 python 代码示例

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

代码示例1
txt="I need the caption to be present a little below X-axis"
plt.figtext(0.5, 0.01, txt, wrap=True, horizontalalignment='center', fontsize=12)