Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pie chart maptlotlib larger labels

patches, texts, autotexts = ax.pie(frac, colors=colors, labels=labels, autopct='%1.1f%%')
texts[0].set_fontsize(4)
plt.show()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pie #chart #maptlotlib #larger #labels
ADD COMMENT
Topic
Name
1+7 =