NetworkX
Navigation
index
modules
|
next
|
previous
|
NetworkX Home
|
Download
|
Developer Zone
|
Documentation
|
Blog
»
Reference
»
Graph generators
»
Previous topic
networkx.star_graph
Next topic
networkx.wheel_graph
Quick search
Enter search terms or a module, class or function name.
networkx.trivial_graph
¶
trivial_graph
(
create_using=None
)
¶
Return the Trivial graph with one node (with integer label 0) and no edges.
Navigation
index
modules
|
next
|
previous
|
NetworkX Home
|
Download
|
Developer Zone
|
Documentation
|
Blog
»
Reference
»
Graph generators
»