Skip to content

Instantly share code, notes, and snippets.

View srinivashavanur's full-sized avatar

Srinivas Havanur srinivashavanur

  • Hampton Roads, VA
View GitHub Profile
@srinivashavanur
srinivashavanur / README.md
Created April 4, 2016 20:33
Visual Implementation 10
@srinivashavanur
srinivashavanur / README.md
Last active April 4, 2016 21:07
Visual Implementation 10 (Scatterplot matrix with Linked Highlighting)

Name: Srinivas Havanur

Assignment: CS 725 - VI10 submission

Course: Information Visualization

Semester: Spring 2016


@srinivashavanur
srinivashavanur / README.md
Last active April 4, 2016 20:40
Visual Implementation 7

Built with blockbuilder.org


Name: Srinivas Havanur

Assignment: CS 725 - VI7 submission

Course: Information Visualization

Semester: Spring 2016

@srinivashavanur
srinivashavanur / README.md
Last active April 3, 2016 01:38
Visual Implementation (Node Link View)
@srinivashavanur
srinivashavanur / README.md
Last active April 3, 2016 01:39
Visual Impementation 7 (Matrix View)
@srinivashavanur
srinivashavanur / README.md
Last active April 3, 2016 01:52
Rule of thumb (Visual Implementation 5)

Problem Statement

Use D3, Tableau, R, or Excel to demonstrate one of the following rules of thumb:

no unjustified 3D: perspective distortion

no unjustified 3D: occlusion hides information

no unjustified 2D

@srinivashavanur
srinivashavanur / README.md
Last active April 3, 2016 01:37
Channel types and Channels (Visual Implementation 4)

Problem Statement:

Part 1 - d3

Use d3 to create charts that demonstrate the following channel types and channels:

magnitude as position on a common scale magnitude as area identity as color hue identity as spatial region

@srinivashavanur
srinivashavanur / README.md
Last active April 3, 2016 01:32
Scatter Plot and Animated Transition (Visual Implementation 3)

Problem Statement:

Generate a scatter plot and animated transition of an object using D3. Make sure to separate these graphs using the div tag to show complete visualization in blockbuilder.org


Name: Srinivas Havanur

Assignment: CS 725 - VI3 submission

Course: Information Visualization

@srinivashavanur
srinivashavanur / README.md
Last active April 14, 2016 16:43
Barplot Implementation advanced (Visual Implementation 2)

Problem Statement:

Work with the 2014 college football dataset from http://www.cs.odu.edu/~mweigle/courses/cs725-s16/passing-stats-2014.csv (original location is http://www.sports-reference.com/cfb/years/2014-passing.html). This is the same data used to create the scatterplot in the d3 example at http://bl.ocks.org/weiglemc/bdc0474429e6567bc320

Part 1 - Tableau

Use Tableau to create the following graphs:

Bar chart of passing yards per player (best displayed as a horizontal bar chart), with conference mapped to color scatterplot of 2 interesting variables, with conference mapped to color

@srinivashavanur
srinivashavanur / README.md
Last active April 3, 2016 01:18
Bar plot Implementation (Visual Implementation1)

Problem statement:

D3 - Work through Scott Murray's D3 tutorial from the beginning through "The power of data()". The goal is to produce a visualization similar to http://alignedleft.com/content/03-tutorials/01-d3/90-the-power-of-data/5.html. Use BlockBuilder to produce a block for this.

R - Use R to generate a bar chart similar to the D3 one above. You do not have to randomize your data, just graph a set of values that are generated in by your D3 example.


Name: Srinivas Havanur