Skip to content

Commit 03ca5ca

Browse files
author
Xing Han Lu
committed
Added comment about # of edges
1 parent 9f6c28f commit 03ca5ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

usage-elements.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
with open('demos/data/sample_network.txt', 'r') as f:
1919
data = f.read().split('\n')
2020

21+
# We select the first 750 edges and associated nodes for an easier visualization
2122
edges = data[:750]
2223
nodes = set()
2324

usage-stylesheet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
with open('demos/data/sample_network.txt', 'r') as f:
1919
data = f.read().split('\n')
2020

21+
# We select the first 750 edges and associated nodes for an easier visualization
2122
edges = data[:750]
2223
nodes = set()
2324

0 commit comments

Comments
 (0)