Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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)

Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #matplotlib #legend #number #columns
ADD COMMENT
Topic
Name
1+6 =