>>>>> "Aalok" == Aalok kapoor <[EMAIL PROTECTED]> writes:
Aalok> Hi, How can we plot pie charts with the round circle of pie
Aalok> with the same color as of pie piece, e.g if pie piece color
Aalok> is red the egge of the same pie piece should be red.
Aalok> Please help!
How about something like
slices, texts = pie(...)
for slice in slices:
slice.set_edgecolor(slice.get_facecolor())
JDH
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel