Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

legend ax matplotlib

ax.plot([1, 2, 3], label='Inline label')
ax.legend()
Source by matplotlib.org #
 
PREVIOUS NEXT
Tagged: #legend #ax #matplotlib
ADD COMMENT
Topic
Name
6+7 =