Here is a presentation from Joe Golike, a data viz designer at Trulia, about how you can use the Javascript language/library D3 to make visualizations that are interactive, lively. It’s from SF a few years ago. And the slides for the presentation: Introduction to D3 from Visually
Using D3 to Make Data-Driven Visualizations
D3 is a new tool for designers and programmers working on creating interactive visualizations out of large data sets. We recently told you how to create choropleth maps in D3 with an easy, step-by-step tutorial. In this short video, we’ll go over the basics of using selections with d3.js to make data-driven visualizations. Source: Using Selections in D3 to Make … Read More
▶ I Like Pretty Graphs: Best Practices for Data Visualization Assignments – YouTube
▶ I Like Pretty Graphs: Best Practices for Data Visualization Assignments – YouTube. The DesignLab from University of Washington has a great (hour long) presentation about how to integrate data visualizations into typically non-data-driven, non-visual classes in a university. It can also be bridged into law school classrooms, as a beginner intro to data visualization and its potential to integrate … Read More
Make Interactive Visuals with D3
D3 is a way to make interactive visualizations from datasets, that you can display online, embedded in HTML. Make complex data usable, visible, and powerful! How to use D3 in your project? I you know how to use JavaScript, you’re off to a great start. For people who want to look through a bunch of tutorials and exercises, check out … Read More