Graph Visualization Package
Project description
nxviz
nxviz is a graph visualization package for NetworkX. With nxviz, you can create beautiful graph visualizations by a declarative API. Here’s an example.
# Assume we have a professional network of physicians belonging to hospitals.
c = CircosPlot(G, node_color='affiliation', node_grouping='affiliation')
c.draw()
plt.show() # only needed in scripts
Check out the examples for more details!
Free software: MIT license
Documentation: https://nxviz.readthedocs.io.
Features
Declarative API.
Works with NetworkX, one of the more popular graph libraries in Python.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2016-07-15)
First release on PyPI.
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
nxviz-0.2.2.tar.gz
(15.9 kB
view details)
Built Distribution
nxviz-0.2.2-py2.py3-none-any.whl
(10.4 kB
view details)
File details
Details for the file nxviz-0.2.2.tar.gz
.
File metadata
- Download URL: nxviz-0.2.2.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cec194bb4edb2808b6bc6c7ffec7825aabbaf7f846ee389cd782033150e692e9 |
|
MD5 | ca20b860164ffd8bc618394b30dcbce5 |
|
BLAKE2b-256 | f2d3de8b7b49ae56d36eda1436d425d041bca4258f9903e08612387be01205a1 |
File details
Details for the file nxviz-0.2.2-py2.py3-none-any.whl
.
File metadata
- Download URL: nxviz-0.2.2-py2.py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3afe0d465c0ace5328e21c2e03f15845ec0e1e831b282e0c55239192c643274f |
|
MD5 | 4f4dcda0f95657f55bb490e4fb340361 |
|
BLAKE2b-256 | e0a2a09bef02bc9e603a3293d049fc301e1833414317538a278b09b4fd356f96 |