码迷,mamicode.com
首页 > 其他好文 > 详细

matplotlib legend的位置

时间:2021-03-16 12:03:49      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:font   效果   legend   stack   get   tps   参考   normal   out   

font2 = {‘family‘: ‘Times New Roman‘,
             ‘weight‘: ‘normal‘,
             ‘size‘: 12,
             }
ax.legend(loc=‘lower center‘, bbox_to_anchor=(0.5, 1),
              fancybox=True, shadow=True, ncol=3, prop=font2)

效果:
技术图片

官方文档:https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.legend.html?highlight=legend#matplotlib.axes.Axes.legend
参考链接:https://stackoverflow.com/questions/4700614/how-to-put-the-legend-out-of-the-plot

技术图片

matplotlib legend的位置

标签:font   效果   legend   stack   get   tps   参考   normal   out   

原文地址:https://www.cnblogs.com/mercurysun/p/14532913.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!