All examples By author By category About

meysamabl

VI2

Name: Meysam Abolghasemi

Part 1 - Tableau

Comments about working with Tableau:

  1. It is much easier to work with Tableau compared to R and D3.
  2. Although Tableau has all the functionalities pre-defined for you, but it is obvious you are limited to these function and you don't have the flexibility to implement very complex idioms.

Graph 1: bar chart of passing yards per player (best displayed as a horizontal bar chart), with conference mapped to color

Insight: The bar chart shows that CUSA and American Conferences have the largest passing yards.

Tableau image

Graph 2: scatterplot of 2 interesting variables, with conference mapped to color

Insight: The scatterplot shows there is no correlation between passing yards and passer rating.

Tableau image

Graph 3: one other interesting graph that uses a derived variable

Insight: The bar chart illustrate that MWC and PAC-12 conferences have the highest passing attempts.

Tableau image

Part 2 - D3

Three things I learned in this chapter:

  1. How to create SVG tags
  2. How to use anonymous functions to pass the values of the dataset to each attributes or text
  3. How to play around with data and define algorithms in order to generate more dynamic look & feel like changing the rectangle colors based on values.