matplotlib.pyplot.legend()参数
-
loc (默认best,自动选择):设置图例位置
upper left(2) upper center(9) upper right(1) center left(6) center(10) center right(7) lower left(3) lower center(8) lower right(4) -
bbox_to_anchor:设置图例位置
bbox_to_anchor (x, y, width, height) bbox_to_anchor (x, y) -
ncol:int值,设置一行有几列,默认值:1
-
prop:图例的字体属性,默认使用rcParams设置的字体。
-
fontsize:图例的字体大小。int值或字符串