Skip to main content

The missing 3D plotting functionality for networkx

Project description

nx3d

-missing homepage- -missing docs- -missing pypi- -missing build status-

-missing project maturity- -missing download count-

The missing 3D plotting functionality for the excellent networkx Python package.

-missing gif of frucht graph-

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


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.0.tar.gz (67.4 kB view hashes)

Uploaded Source

Built Distribution

nx3d-22.10.0-py3-none-any.whl (68.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page