Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

legend size matplotlib

plt.legend(fontsize=20) # using a size in points
plt.legend(fontsize="x-large") # using a named size
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #legend #size #matplotlib
ADD COMMENT
Topic
Name
7+4 =