All examples By author By category About

Mrajyalakshmi

Visualization Implementation 2 (VI2)

Rajyalakshmi Mukkamala

Visualization Implementation 2 (VI2)

##Tableau

##1) Bar chart of passing yards per player,with conference mapped to color T image

Players are grouped by conference

##2)Scatterplot of 2 interesting variables, with conference mapped to color T image

Scatterplot of rushing touch down vs.passing touch down to observe the correlation between the between the attributes.

##3)One other interesting graph that uses a derived variable T image

Scatterplot for average rushing attempts vs. passing attempts.Details are visualized for school and conference.

##Insight gained from each of the 3 Tableau chart

1.Visualization of passing yards per player grouped by conference

2.Correlation of Passing and Rushing touch down statistics.

3.Average of passing attempts and average of rushing attempts of players of a school in a conference.

##Comments on Tableau

1.It provide a easy-to-use drag and drop interface that can help you quickly turn your data into business insights.

2.Tableau connects easily to nearly any data source, be it corporate Data Warehouse, Microsoft Excel or web-based data and allows instantaneous insight by transforming data into visually appealing and interactive visualisations.

##Working through the D3 tutorial

1.Translating data ino color by using rgb().

2.Using SVG to add SVG elements such as text,allignment,draw shapes.

3.There is a learning curve to javascript.