[matplotlib-devel] How to help for a new backend?

2006-12-11 Thread HamletG
Hi guys,

I'm currently doing a Visio backend and I was wondering if there would 
be interest to add it to the "official" Matplotlib distribution. I plan 
to 2 two versions:
1. Using Visio COM Automation, so you need to have Visio installed. It's 
already in pretty good shape
2. Creating directly an XML file following the Visio schema. I haven't 
started it yet.

If interest, let me know.

BR,
HamletG


-
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


[matplotlib-devel] Pie charts with no black edges

2006-12-11 Thread Aalok kapoor
Hi,

How can we plot pie charts with the round circle of pie with the same color as 
of pie piece, e.g if pie piece color is red the egge of the same pie piece 
should be red.
Please help!

thanks n regards,
-Aalok


-
 Find out what India is talking about on  - Yahoo! Answers India 
 Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it 
NOW-
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


Re: [matplotlib-devel] Pie charts with no black edges

2006-12-11 Thread John Hunter
> "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


[matplotlib-devel] Customization of legends box on pie charts

2006-12-11 Thread Aalok kapoor
Hi,

Can we customize legends block on a pie chart? Currently there is a box which 
has my for 4 lables with colors each one row. I don't wants left and right 
borders and some other formatting?  OR Can we put legends out of box like in 
the bottom horizontly 3 in a row?  Please help !

thanks n regards
-Aalok


-
 Find out what India is talking about on  - Yahoo! Answers India 
 Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it 
NOW-
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