A 3D plotting library for networkx
built on panda3d
.
pip install nx3d
python -m nx3d
python -m nx3d dir
python -m nx3d mul
python -m nx3d mul dir
python -m nx3d diffusion watt nolabel
python -m nx3d life nofilter
In your Python code:
import networkx as nx
import nx3d
g = nx.frucht_graph()
nx3d.plot(g)
Check out the docs for tutorials, how-to-guides, explanations, and reference material.