diff options
| author | aric <none@none> | 2010-04-07 21:39:54 +0000 |
|---|---|---|
| committer | aric <none@none> | 2010-04-07 21:39:54 +0000 |
| commit | 833c630b14c4bcd2a212004642c199a7ba82977e (patch) | |
| tree | 5c4eb56b901fa3786b250ea72861d0827d9ed2cf /examples/basic | |
| parent | db2d93a01a12c0ea14883d06da13609828047e99 (diff) | |
| download | networkx-833c630b14c4bcd2a212004642c199a7ba82977e.tar.gz | |
Add eccentricity note and update example
--HG--
extra : convert_revision : svn%3A3ed01bd8-26fb-0310-9e4c-ca1a4053419f/networkx/trunk%401670
Diffstat (limited to 'examples/basic')
| -rw-r--r-- | examples/basic/properties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic/properties.py b/examples/basic/properties.py index 9fba76e5..64c71558 100644 --- a/examples/basic/properties.py +++ b/examples/basic/properties.py @@ -42,7 +42,7 @@ for d in verts: print "radius: ",radius(G) print "diameter: ",diameter(G) -print "eccentricity: ",eccentricity(G,with_labels=True) +print "eccentricity: ",eccentricity(G) print "center: ",center(G) print "periphery: ",periphery(G) print "density: ", density(G) |
