Answers for "matplotlib legend number columns"

0

matplotlib legend number columns

#Column of legend: ncol = nr_columns
ax.legend(loc='upper center', bbox_to_anchor=(0.5, 1.05),
          ncol=3, fancybox=True, shadow=True)
Posted by: Guest on May-03-2021

Python Answers by Framework

Browse Popular Code Answers by Language