matplotlib-legend()中loc的用法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matplotlib-legend()中loc的用法相关的知识,希望对你有一定的参考价值。
参考技术A python - matplotlib-legend()中loc的用法matplotlib中的legend主要用来设置图例相关的内容,其中loc用来表示图例的具体位置,他的可选的参数可以是字符,也可以是数字,默认情况下是0(即best),参数及意思如下:
0: ‘best’ (自动寻找最好的位置)
1: ‘upper right’ (右上角)
2: ‘upper left’ (左上角)
3: ‘lower left’ (左下角)
4: ‘lower right’ (右下角)
5: ‘right’ (右边中间)
6: ‘center left’ (左边中间)
7: ‘center right’ (右边中间)
8: ‘lower center’ (中间最下面)
9: ‘upper center’ (中间最上面)
10: ‘center’ (正中心)
参考文章:
1、 python - matplotlib-legend()中loc的用法
以上是关于matplotlib-legend()中loc的用法的主要内容,如果未能解决你的问题,请参考以下文章
在 Pandas 中使用 .loc 和 MultiIndex