图例的注释使用方法如下:
plt.legend(loc=’, title='',fontsize=12, frameon=True, fancybox=True, framealpha=0.2, borderpad=0.3, ncol=1, markerfirst=True, markerscale=1, bbox_to_anchor='',numpoints=1, handlelength=3.5,shadow='')
其中:
例如:
ax.legend(loc='lower center', bbox_to_anchor=(0.5, 1),ncol=3)
图例效果如下:
bbox_to_anchor 的其他设置方法如图所示: