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.8.tar.gz
(15.7 kB
view details)
Built Distribution
nxviz-0.2.8-py2.py3-none-any.whl
(10.0 kB
view details)
File details
Details for the file nxviz-0.2.8.tar.gz
.
File metadata
- Download URL: nxviz-0.2.8.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db4495e869db1cb616ea1d5a50af68388a1f24dc7b2595b3e463439abe260898 |
|
MD5 | 45bedc2dc3bb7f219cb382e29f5a3f94 |
|
BLAKE2b-256 | 0e8cccfb96c206bedb57a86fcc06dc8a543c8b88a904bcb11c67e886ccb634ea |
File details
Details for the file nxviz-0.2.8-py2.py3-none-any.whl
.
File metadata
- Download URL: nxviz-0.2.8-py2.py3-none-any.whl
- Upload date:
- Size: 10.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00bbc7b2d53bdab5a64379ef86b01ff7e37ece8ebbefc991248b86041bccc778 |
|
MD5 | b2ffffd2d714b4ea90ac79450effea8d |
|
BLAKE2b-256 | ec3a6bb2e8e0069e1df7eec7bedd3d0df3ebc0064df00465df203f78ac37849f |