Re: [Matplotlib-users] how to draw text label for multi pie donuts

2014-06-19 Thread 不坏阿峰
thanksfor ur reply. after i send this mail . i have trie annotate, and make it works. if have good style, hope all of u can share it. for i in range(len(ls)): circle_ls.append(pie(ax, ls[i], radius=r_len-width*i, pctdistance=1-width/2, **kwargs)) ax.ann

Re: [Matplotlib-users] how to draw text label for multi pie donuts

2014-06-19 Thread Mike Kaufman
use annotate() http://matplotlib.org/users/annotations_guide.html#plotting-guide-annotation M On 6/19/14, 12:27 AM, 不坏阿峰 wrote: > thanks to Joe Kington > ‘s help, i > got this pie donuts > i have modified code to generate pie base one t