Nano Project Teacher’s Pet is a tool for editing code displayed on a projector. It dynamically adjusts text size to optimize the use of space for easy viewing. It solves a common and embarrassing nuisance that plagues many tech oriented classrooms. Try the tool: bit.ly/teachers-pet. See the source: github.com/xmatthewx/teachers-pet. Documentation [...]
Tag Archives: javascript
d3 dynamic chart
d3.js – http://mbostock.github.com/d3/tutorial/bar-2.html requires javascript
data viz tools & libraries
Data visualization tools. Javascript parsers, vector drawings, etc. D3 (javascript, SVG, CSS) raphaeljs (vector drawing) jQuery sparklines sparklines in d3 Other protovis (javascript) http://www.clips.ua.ac.be/pages/pattern http://polychart.com/ http://sixrevisions.com/javascript/20-fresh-javascript-data-visualization-libraries/ Prefuse - General InfoVis Toolkit (java) by Jeffrey Heer InfoVis Toolkit - General Toolkit by Jean-Daniel Fekete NodeBox - Max OS X application for 2D visuals with Python Doing [...]
JS library for Vectors & Visualization
Raphael JS. Really simple elegant and beautiful examples. raphaeljs.com 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, [...]