ekalosak / nx3d

A 3D plotting library for networkx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A 3D plotting library for networkx

License:MIT License


Languages

Language:Python 100.0%