The missing link between panda3d and networkx.
Project description
nx3d
The missing link between panda3d
and networkx
.
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.10.3.tar.gz
(70.0 kB
view details)
Built Distribution
nx3d-22.10.3-py3-none-any.whl
(71.5 kB
view details)
File details
Details for the file nx3d-22.10.3.tar.gz
.
File metadata
- Download URL: nx3d-22.10.3.tar.gz
- Upload date:
- Size: 70.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.9.14 Linux/5.15.0-1020-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cda67b043d7c6044294882aa73c6d2ecc794ce327ce56157f60ae31536710ce1 |
|
MD5 | 1e6650aafe0dac75e7eec7de9a41f8de |
|
BLAKE2b-256 | 6b53b10dbb1b7d02b7a3de3e6afc27663c2fb0b615aa2c7919f88cf1b283c07e |
File details
Details for the file nx3d-22.10.3-py3-none-any.whl
.
File metadata
- Download URL: nx3d-22.10.3-py3-none-any.whl
- Upload date:
- Size: 71.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.1 CPython/3.9.14 Linux/5.15.0-1020-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e51b462e85963a6e070a310fe6b3be90eb13ac1aa039ac2ddfae124aa3d27fd |
|
MD5 | 404ef51d8515b7f58d6feeecd3e69409 |
|
BLAKE2b-256 | 11a9f9dafaa6e423e58e5c0e41523cc7fdcd7028a720ae2d1e1664427f2f33d7 |