Re: very large graph

2008-06-26 Thread boggom
Drawing a large graph like this is not very insightful by itself, and doing this well is still an art form. Many cool visualizations, and all very domain and question dependent, can be found at http://www.visualcomplexity.com/vc/ You can also search on flickr for network and graph drawing. Much o

Re: What makes an iterator an iterator?

2007-04-18 Thread boggom
> I find myself perplexed as to this behaviour. You can not iterate over a dead object! -- http://mail.python.org/mailman/listinfo/python-list

Re: Graph Theory

2006-10-06 Thread boggom
Other than reading the reference on the website https://networkx.lanl.gov/reference/networkx/ you can read the code (eg by browsing the svn by pointing your web browser at https://networkx.lanl.gov/browser/networkx/trunk and then look at networkx -> generators -> random_graphs.py) If you are not

Re: Graph Theory

2006-10-05 Thread boggom
[EMAIL PROTECTED] wrote: > Thanks for your quick reply. Since I have not read the documentation, I > was wondering if you can generate random graph and analyze some > peroperties of it like clustering coefficient or graph density. I am a > graph theory student and want to use python for developmen