This post显示如何将matplotlib的图例放在图中,并希望将此代码设置为默认值。
loc
matplotlib documentation显示了设置bbox_to_anchor
但不是mpl.rcParams['legend.loc'] = 'center left' # this works
mpl.rcParams['legend.bbox_to_anchor'] = (1.0, 0.5) # this does not work
的方法。
bucket.upload
有没有办法实现这个目标?