📜  matplotlib 图例数字列 - Python 代码示例

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

代码示例1
#Column of legend: ncol = nr_columns
ax.legend(loc='upper center', bbox_to_anchor=(0.5, 1.05),
          ncol=3, fancybox=True, shadow=True)