Skip to content

Commit

Permalink
fixed nx.info
Browse files Browse the repository at this point in the history
  • Loading branch information
ylyangtw committed Oct 23, 2023
1 parent 959a3d6 commit 1a2c30a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"# instead of reading it from the graph file\n",
"g, node_coords = NetworkUtil.create_network_graph_from_link(link_filepath, fromnode_fldname, tonode_fldname, is_directed=True)\n",
"print(node_coords)\n",
"print(nx.info(g))\n",
"print(g)\n",
"nx.draw(g, node_coords)"
]
},
Expand Down

0 comments on commit 1a2c30a

Please sign in to comment.