📜  未显示子图外的图例 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:44.102000             🧑  作者: Mango

代码示例1
fig.savefig('samplefigure', bbox_extra_artists=(lgd,), bbox_inches='tight')
#Note that the bbox_extra_artists must be an iterable