tw2.d3

toscawidgets2 wrapper for d3 (data-driven documents)
Download

tw2.d3 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Other/Proprietary Li...
  • Price:
  • FREE
  • Publisher Name:
  • Ralph Bean
  • Publisher web site:
  • http://github.com/ralphbean/

tw2.d3 Tags


tw2.d3 Description

tw2.d3 is a toscawidgets2 (tw2) wrapper for d3.Live DemoPeep the live demonstration.LinksYou can get the source from github, check out the PyPI page, and report or look into bugs.toscawidgets2 (tw2) aims to be a practical and useful widgets framework that helps people build interactive websites with compelling features, faster and easier. Widgets are re-usable web components that can include a template, server-side code and JavaScripts/CSS resources. The library aims to be: flexible, reliable, documented, performant, and as simple as possible.d3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. As a trivial example, you can use d3 to generate a basic HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction. It is the successor of protovis.This module, tw2.d3, provides toscawidgets2 (tw2) widgets that render d3 data visualizations.Sampling tw2.d3 in the WidgetBrowserThe best way to scope out tw2.d3 is to load its widgets in the tw2.devtools WidgetBrowser. To see the source code that configures them, check out tw2.d3/tw2/d3/samples.pyTo give it a try you'll need git, mercurial, python, and virtualenv. Run:$ git clone git://github.com/ralphbean/tw2.d3.git$ cd tw2.d3$ mkvirtualenv tw2.d3(tw2.d3) $ pip install tw2.devtools(tw2.d3) $ python setup.py develop(tw2.d3) $ paster tw2.browser...and browse to http://localhost:8000/ to check it out.Product's homepage


tw2.d3 Related Software