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.7.tar.gz
(15.8 kB
view details)
Built Distribution
nxviz-0.2.7-py2.py3-none-any.whl
(10.3 kB
view details)
File details
Details for the file nxviz-0.2.7.tar.gz
.
File metadata
- Download URL: nxviz-0.2.7.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac127677b6389b103e964d3c35ab03ab07a4ebc917deeaee4a367cc6714a33f3 |
|
MD5 | 3a6099a71ac0a97ea0e1b688800b3f70 |
|
BLAKE2b-256 | f3b6aec13e745fca94f9d0cfec7f1d2e8047bf4f2d3d5413b9aae48cf7c3924f |
File details
Details for the file nxviz-0.2.7-py2.py3-none-any.whl
.
File metadata
- Download URL: nxviz-0.2.7-py2.py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a78c0225def41ce00d9e6499b183868041e1997de2928930df665ea7564a17d |
|
MD5 | b85293784f8a988ecb088a868707878f |
|
BLAKE2b-256 | 211fefcdbe4d76059138ba9a83ae5ffa282564e882fa3b23ca0e29aaee34fe21 |