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 lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>DataViz class Assignment 5</title> | |
| <script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
| <style type="text/css"> | |
| body { | |
| background-color: white; |
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 lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>DataVis class Assignment 4</title> | |
| <script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
| <style type="text/css"> | |
| body { | |
| background-color: white; |
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 lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>B Skelton Module 3 Assignment</title> | |
| <script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
| <style type="text/css"> | |
| body { | |
| background-color: #d3d3d3; |
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 lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Loading CSV Data with D3</title> | |
| <script type="text/javascript" src="http://d3js.org/d3.v3.js"></script> | |
| </head> | |
| <body> | |
| <svg width="500" height="200"> |
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
| team_name | team_seed | team_region | rd7_win | win_odds | |
|---|---|---|---|---|---|
| Kentucky | 1 | Midwest | 0.407023645 | 1.456859722 | |
| Manhattan | 16a | Midwest | 4.83E-07 | 2069563.69 | |
| Hampton | 16b | Midwest | 9.05E-10 | 1105021167 | |
| Cincinnati | 8 | Midwest | 0.000721773 | 1384.476521 | |
| Purdue | 9 | Midwest | 0.000486817 | 2053.158297 | |
| West Virginia | 5 | Midwest | 0.00261146 | 381.9274882 | |
| Buffalo | 12 | Midwest | 0.000165432 | 6043.777292 | |
| Maryland | 4 | Midwest | 0.001941967 | 513.9416952 | |
| Valparaiso | 13 | Midwest | 6.35E-05 | 15740.46724 |