nickil commited on
Commit
0cbb473
·
1 Parent(s): c09e84e

Change width

Browse files
Files changed (1) hide show
  1. network.py +1 -1
network.py CHANGED
@@ -35,7 +35,7 @@ def analysis():
35
  # plt.show()
36
 
37
 
38
- net = Network(width="800px", height="800px", bgcolor="#222222", font_color="white", directed=True)
39
  net.from_nx(G)
40
 
41
  for node in net.nodes:
 
35
  # plt.show()
36
 
37
 
38
+ net = Network(width="1200px", height="800px", bgcolor="#222222", font_color="white", directed=True)
39
  net.from_nx(G)
40
 
41
  for node in net.nodes: