分享一下我老师大神的人工智能教程!零基础,通俗易懂!http://blog.csdn.net/jiangjunshow
也欢迎大家转载本篇文章。分享知识,造福人民,实现我们中华民族伟大复兴!
matplotlib.pyplot.text(x, y, s, fontdict=None, withdash=False, **kwargs)
- x, y:表示坐标;
- s:字符串文本;
- fontdict:字典,可选;
- kw:
- fontsize=12,
- horizontalalignment=‘center’、ha=’cener’
- verticalalignment=’center’、va=’center’
fig.text()(fig = plt.figure(…))
- ax.text()(ax = plt.subplot(…))