Skip to main content

Graph Visualization Package

Project description

nxviz

Join the chat at https://gitter.im/ericmjl/nxviz https://img.shields.io/pypi/v/nxviz.svg https://img.shields.io/travis/ericmjl/nxviz.svg Documentation Status Updates

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!

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


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.3.0.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

nxviz-0.3.0-py3-none-any.whl (18.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page