This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"# Fire up graphlab create" | |
] | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<!-- Load D3 from site --> | |
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script> | |
</head> | |
<!-- CSS (Styling) --> | |
<style type="text/css"> | |
/* Format X and Y Axis */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Comparing North American Major Sports Leagues by Revenue & Attendance</title> | |
<link href='http://fonts.googleapis.com/css?family=Lora' rel='stylesheet' type='text/css'> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script src="http://dimplejs.org/dist/dimple.v2.0.0.min.js"></script> | |
<script type="text/javascript"> | |
function draw(data,filter_year) { |
#Original Visualization
This visualization comes from Canada's Liberal Party Website. The message is:
Between 1981 and 2011, Canada’s Real GDP grew by 115%. At the same time the real median income of Canadian families only grew by 15%.
However, Canada's Real GDP Chart's scale is exaggerated as it appears to be 150% growth vs the 15% median income growth. You can see that the Real GDP arrow goes up to the 3rd line (each line is approximately 45-50% since you can fit 3 of those smaller 15% arrows in it (15*3 = 45).
NewerOlder