A 3D plotting library for networkx
Project description
nx3d
A 3D plotting library for networkx
built on panda3d
.
Installation
pip install nx3d
Check your installation
The four nx.Graph classes
nx.Graph demo
python -m nx3d
nx.DiGraph demo
python -m nx3d dir
nx.MultiGraph demo
python -m nx3d mul
nx.MultiDiGraph demo
python -m nx3d mul dir
Dynamic graph processes
Diffusion demo
python -m nx3d diffusion watt nolabel
Game of Life demo
python -m nx3d life nofilter
Usage
In your Python code:
import networkx as nx
import nx3d
g = nx.frucht_graph()
nx3d.plot(g)
Next steps
Check out the docs for tutorials, how-to-guides, explanations, and reference material.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nx3d-22.11.0.tar.gz
(15.9 kB
view details)
Built Distribution
nx3d-22.11.0-py3-none-any.whl
(17.8 kB
view details)
File details
Details for the file nx3d-22.11.0.tar.gz
.
File metadata
- Download URL: nx3d-22.11.0.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.9.15 Linux/5.15.0-1023-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcc0d93f82e4b552da4c5072ddde50f6d04666d73fbb7c9f932d55e68349c376 |
|
MD5 | f13b7a153c6ab2df69f8d19678fa85fe |
|
BLAKE2b-256 | 211d59d8e4f702841628b58f25787713edb54513fe09fc6725288058a9efc9a4 |
File details
Details for the file nx3d-22.11.0-py3-none-any.whl
.
File metadata
- Download URL: nx3d-22.11.0-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.9.15 Linux/5.15.0-1023-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfa7f7f84ea7519c1bfb0902f9323662909537f17908c27dbb153722c25ad2a8 |
|
MD5 | 711ee43328f72795474be7e806857efc |
|
BLAKE2b-256 | 4368200c7ddfe8f7428e8b438ef1bf1ecd4dfb2e0d55273b50c49775326d0600 |