plt.text()用法

matplotlib.pyplot.text(x, y, s, fontdict=None, withdash=False, **kwargs)
  • x,y:位置(position)

  • s:该position需要展示的值

  • fontdict:字体

  • withdash:宽度

以下为其他常用参数1:

fontsize设置字体大小

fontweight设置字体粗细,可选参数 [‘light’, ‘normal’, ‘medium’, ‘semibold’, ‘bold’, ‘heavy’, ‘black’]

fontstyle设置字体类型,可选参数[ ‘normal’ | ‘italic’ | ‘oblique’ ],italic斜体,oblique倾斜

verticalalignment设置水平对齐方式 ,可选参数 : ‘center’ , ‘top’ , ‘bottom’ ,‘baseline’

horizontalalignment设置垂直对齐方式,可选参数:left,right,center

rotation(旋转角度)

alpha透明度,参数值0至1之间

backgroundcolor标题背景颜色

bbox给标题增加外框 ,常用参数如下:

boxstyle方框外形
facecolor(简写fc)背景颜色
edgecolor(简写ec)边框线条颜色
edgewidth边框线条大小

如 bbox=dict(facecolor='red', alpha=0.5)
plt.text(a,b,"%.3f"% b,ha="center",va= "bottom") #格式化字符串,保留3位小数
上一篇:nth-child()用法


下一篇:AMD电脑安装TBC(Trimble Business Center)