GraphCanvas

Interactive Graph (network) Visualization
Download

GraphCanvas Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • ETS Developers

GraphCanvas Tags


GraphCanvas Description

Interactive Graph (network) Visualization GraphCanvas is a Python 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 enthought.graphcanvas.api import GraphView, graph_from_dictg = {'a':, 'b':, 'c':[], 'd':[]}GraphView(graph=graph_from_dict(g)).configure_traits() Requirements: · NetworkX · setuptools · Python


GraphCanvas Related Software