坐标轴的标注图形标题图注文本使用方法:

  • title(' '):设置图形的标题。
  • xlabel(' '):设置x轴的标签。
  • ylabel(' '):设置y轴的标签。
  • legend(string1, string2, string3, ...):添加图例。
  • text(' '):在图形中添加文本注释。