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.0.tar.gz
(15.8 kB
view details)
Built Distribution
nxviz-0.2.0-py2.py3-none-any.whl
(10.4 kB
view details)
File details
Details for the file nxviz-0.2.0.tar.gz
.
File metadata
- Download URL: nxviz-0.2.0.tar.gz
- Upload date:
- Size: 15.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cccc5023bbfd48a7d2e01c395faf650b7a6522adc554a804fc4220ef62e1f2cb |
|
MD5 | b73ee767bd88b81f4857962aafe6722c |
|
BLAKE2b-256 | b0a50f55928a2a03e492290c86b623db3811b47ceede2b57114d2b79b4340082 |
File details
Details for the file nxviz-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: nxviz-0.2.0-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 | 78d8d4f16b28227840b0757c1af886b8e40e84f5bb63d4b80c158d59ab48b0bb |
|
MD5 | eada73384a192b7cc75a8b3b6a1e17a9 |
|
BLAKE2b-256 | 78ec1403e681be97a1a9eee92092742e777a1c9d6497259d7c6c2ea8904949fa |