Skip to main content

interactive graph visualization

Project description

graphcanvas is an library for interacting with visualizations of complex graphs. The aim is to allow the developer to declare the graph by the simplest means and be able to visualize the graph immediately.

For example:

from graphcanvas.api import GraphView, graph_from_dict
g = {'a':['b'], 'b':['c', 'd'], 'c':[], 'd':[]}
GraphView(graph=graph_from_dict(g)).configure_traits()

Prerequisites

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

graphcanvas-4.1.0.tar.gz (11.7 kB view hashes)

Uploaded Source

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