The missing 3D plotting functionality for networkx
Project description
nx3d
The missing 3D plotting functionality for the excellent networkx
Python package.
Installation
pip install nx3d
Check your installation
Basic demo
python -m nx3d
Diffusion demo
python -m nx3d diffusion
Game of Life demo
python -m nx3d life
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.9.11.tar.gz
(29.4 kB
view details)
Built Distribution
nx3d-22.9.11-py3-none-any.whl
(32.2 kB
view details)
File details
Details for the file nx3d-22.9.11.tar.gz
.
File metadata
- Download URL: nx3d-22.9.11.tar.gz
- Upload date:
- Size: 29.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.9.13 Linux/5.15.0-1019-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 216cb70c2606cea384680f71fbbbf62964738eff9eb32e7519675aa57bf85db7 |
|
MD5 | ec8a713fa2f285b21f8157ab2886def1 |
|
BLAKE2b-256 | 2523d98c30cc5032a492d2311f0b9ef4eb417a556f6d014e35f6614dccab2b61 |
File details
Details for the file nx3d-22.9.11-py3-none-any.whl
.
File metadata
- Download URL: nx3d-22.9.11-py3-none-any.whl
- Upload date:
- Size: 32.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.9.13 Linux/5.15.0-1019-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45800fd8325acd66bf3c179d3050cea451b7e3aa3f55c73da287da01b726be9a |
|
MD5 | ef0d24767b5b05222dda874d7b95c14a |
|
BLAKE2b-256 | 16bf5b34524fdc9fc5ce72b7192b761bef9fd2c09cd7c6b07f8ff39850e6b616 |