Note
Go to the end to download the full example code
Spatial graph example#
A short description of what the example does.
import knotpy as kp
from knotpy.generate.example import example_spatial_graph
g = example_spatial_graph()
print(g)
Note
Go to the end to download the full example code
A short description of what the example does.
import knotpy as kp
from knotpy.generate.example import example_spatial_graph
g = example_spatial_graph()
print(g)