Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
body {
font: 11px sans-serif;
}
.axis path,
.axis line {
fill: none;
@RithikaReddy1
RithikaReddy1 / 1a.html
Last active March 23, 2016 04:47
Visualization Implementation 8
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<style>
body {
font: 11px sans-serif;
}
.axis path,
@RithikaReddy1
RithikaReddy1 / README.md
Last active March 16, 2016 03:46
Adjacency matrix view

##Insight gained:

  • We can clearly see the state adjacency.
  • When ordered by connections, the connections are gradually decreasing from top to bottom and left to right.
@RithikaReddy1
RithikaReddy1 / README.md
Last active March 16, 2016 01:45
Node-Link diagram

##Insight gained:

  • South Atlantic region has more number of states and are represented by light green color.
  • Mid Atlantic region has less number of states and are represented by violet color.
  • The state ME (maine) has only one connection i.e, to NH (New Hampshire).
@RithikaReddy1
RithikaReddy1 / README.MD
Last active February 23, 2016 23:12
Visualization Implementation 5

No Unjustified 3D: Occlusion Hides Information

R image

Version 1: This chart breaks the rule. We can not answer the following questions from this chart.

  • In which year, Olympics were held in Australia.
  • Women participation from China and Australia.

The men participation bars occlude the some bars.

@RithikaReddy1
RithikaReddy1 / README.md
Last active February 17, 2016 09:01
VI4

##Chart: Scatter Plot

Title: Number of events and Sports conducted in each country with color mapped to Country.

Magnitude Channel:

  • Position on a common scale
  • Area

Identity channel:

  • Color hue
@RithikaReddy1
RithikaReddy1 / README.md
Last active July 14, 2017 16:27
Visualization Implementation-3

3 Things I learned

Generating a scatter plot

Scales and Axes

Transitions of lines,objects