Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Your opinion about any good Python graph library
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mathieu Leduc-Hamel  
View profile  
 More options Oct 8 2012, 5:47 pm
From: Mathieu Leduc-Hamel <math...@montrealpython.org>
Date: Mon, 8 Oct 2012 17:48:00 -0400
Subject: Your opinion about any good Python graph library
Hi all !  

For my work, i'm searching for a good Python Library to help to build some very nice graph. There's couple of things to know about my needs:

0. should be written in python…. :)
1. The graphs will include more than 75k of nodes
2. I want colors !
3. The beautiful it will be, the happy i'll be cause i'm producing them for our internal needs but for a presentation
4. I would to use something the more pythonic as possible
5. should work on Python2 and linux

Any idea ? what do you think of networkX ? igraph ? Any user stories that you could share ?

Happy Thanksgiving !

P.s. Next montreal-python will be announced soon, stay tune ! :)  

--  
Mathieu Leduc-Hamel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vahan (aivo)  
View profile  
 More options Oct 8 2012, 6:11 pm
From: "vahan (aivo)" <aivo...@gmail.com>
Date: Mon, 8 Oct 2012 18:11:02 -0400
Local: Mon, Oct 8 2012 6:11 pm
Subject: Re: [MontrealPython] Your opinion about any good Python graph library
You might wanna look into this

http://graphite.wikidot.com/

On Mon, Oct 8, 2012 at 5:48 PM, Mathieu Leduc-Hamel

--
aivo

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jean-Philippe Caissy  
View profile  
 More options Oct 8 2012, 6:33 pm
From: Jean-Philippe Caissy <jpcai...@piji.ca>
Date: Mon, 8 Oct 2012 18:32:56 -0400
Local: Mon, Oct 8 2012 6:32 pm
Subject: Re: [MontrealPython] Your opinion about any good Python graph library

I've used networkx and it can handle 75k nodes easily. Might take some time
(a few hundred milliseconds) to load tough. In the end networkx uses
graphviz to draw graphs. It's customizable as per Graphviz's
specifications. IIRC networkx had a builtin breadth first search path
traversal alogirthm to organize the graph in a more structured way.

2012/10/8 vahan (aivo) <aivo...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Benoit Perron  
View profile  
 More options Oct 9 2012, 3:21 pm
From: Benoit Perron <benoitper...@acm.org>
Date: Tue, 9 Oct 2012 15:21:42 -0400
Local: Tues, Oct 9 2012 3:21 pm
Subject: Re: [MontrealPython] Your opinion about any good Python graph library

I've used both NetworkX and PyDot (GraphViz wrapper) in the same project.
NetworkX has a lot of really useful features but couldn't generate the
output I wanted. I ended up using NetworkX to do the grunt work and then
putting everything through PyDot for the layout.

On Mon, Oct 8, 2012 at 6:32 PM, Jean-Philippe Caissy <jpcai...@piji.ca>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »