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.11.tar.gz
(15.7 kB
view details)
File details
Details for the file nxviz-0.2.11.tar.gz
.
File metadata
- Download URL: nxviz-0.2.11.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff0282883754ab13e1ef21e7e7fcec9f3b1252d1532e6b3ce7d2f75e8b21a519 |
|
MD5 | dedce59d5ff0025d91a12697d481d4ab |
|
BLAKE2b-256 | bae7beae2b4a4b443968a4c6bd7db1f374d8f44ed07ca84797935cf7f6aca3da |