Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.41 KB

Resources.md

File metadata and controls

50 lines (37 loc) · 2.41 KB

Resources

Useful tools and tutorials for learning data visualization.

Tools

Visualization Software and Systems

  • Tableau Public - Free version of Tableau for publishing visualizations on the web
  • Tableau for Students - Free license for students using the desktop version of Tableau
  • Vega-Lite - declarative visualization using JSON specifications

Visualization Libraries and Toolkit

  • D3.js - popular JavaScript visualization library
  • Leafleat - a JavaScript library for interactive maps
  • Mapbox - WebGL accelerated maps

Color Tools

JavaScript Frameworks

Tutorials

Here are some tutorials that could be helpful for completing the assignments and final project.

Github

Web Basics

JavaScript

Python

  • Python Basics
    • Although python will not be used in this course for implementing your visualizations, you are free to use it for data preprocessing and processing.