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
enable
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
graphcanvas-4.1.0.tar.gz
(11.7 kB
view details)
File details
Details for the file graphcanvas-4.1.0.tar.gz
.
File metadata
- Download URL: graphcanvas-4.1.0.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0c8ab98f4232f7ff2b4b086f1692616a137cb6aa60814f946785a549d0c0549 |
|
MD5 | 39d7c07eabe6040fd9a78dfde61b9209 |
|
BLAKE2b-256 | affb1757dc54896f1df4e6d22011db45e9bb952ce2b778e75e6d3ca1c74e7ded |