summaryrefslogtreecommitdiff
path: root/examples/multigraph
Commit message (Expand)AuthorAgeFilesLines
* Doc formatting fixesAric Hagberg2013-11-241-1/+1
* Fix and consolidate chess_masters.py.Alejandro Weinstein2012-08-261-1/+2
* Remove executable bitAric Hagberg2011-09-091-0/+0
* Changed File handle name and utils in new directory, also changesBen Edwards2011-07-151-1/+1
* Use iterators instead of lists when possible. Addresses #560Loïc Séguin-C.2011-05-281-1/+1
* Simplify parsing and codearic2010-08-071-91/+80
* Ported examples/multigraph to Python 3. Refs #384loicseguin2010-08-071-71/+75
* Explicitly set text.usetex to False for chess example.cellison2010-04-041-0/+2
* License change to BSD.aric2009-08-261-2/+2
* Merge attrgraph branch into trunkaric2009-08-111-1/+1
* Chess masters example needs weighted=False flag since data is not numbersaric2009-06-181-2/+3
* Rename get_edge() to get_edge_data(). Now returns None asaric2008-12-221-1/+1
* fix examples using graphviz to fail with a better message if graphvizaric2008-11-141-3/+3
* update chess masters examplearic2008-11-141-80/+61
* move examples directory out of doc directoryaric2008-11-132-0/+187