NetworkX
Navigation
index
modules
|
next
|
previous
|
NetworkX Home
|
Download
|
Developer Zone
|
Documentation
|
Blog
»
Reference
»
Reading and writing graphs
»
SparseGraph6
»
Previous topic
networkx.parse_sparse6
Next topic
Pajek
Quick search
Enter search terms or a module, class or function name.
networkx.read_sparse6_list
¶
read_sparse6_list
(
path
)
¶
Read simple undirected graphs in sparse6 format from path. Returns a list of Graphs, one for each line in file.
Navigation
index
modules
|
next
|
previous
|
NetworkX Home
|
Download
|
Developer Zone
|
Documentation
|
Blog
»
Reference
»
Reading and writing graphs
»
SparseGraph6
»