Skip to main content

A 3D plotting library for networkx

Project description

nx3d

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

-missing project maturity- -missing download count-

A 3D plotting library for networkx built on panda3d.

-missing gif of frucht graph-

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


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 hashes)

Uploaded Source

Built Distribution

nx3d-22.11.0-py3-none-any.whl (17.8 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