forked from sunnyuxuan's block: Week4 homework1
This file contains 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> | |
<!-- Updated code from Christophe Viau for a d3 tooltip in the old days: | |
https://gist.github.com/biovisualize/1016860 --> | |
<html > | |
<head> | |
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script> | |
</head> | |
<body> |
This file contains 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
<html> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>Highcharts Example SlopeGraph</title> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | |
<script src="https://code.highcharts.com/highcharts.js"></script> | |
<script type="text/javascript"> |
This file contains 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>Adding Labels</title> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script> | |
<style type="text/css"> | |
body { | |
background-color: #ddddff; |
This file contains 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
<html> | |
<head> | |
<style> | |
body { | |
margin: 50px; | |
font-family: Arial; | |
} | |
h1 { |
Use the mouse to click on a dot and see the word plotted. Click a label to hide it again.
Color indicates polarity based on simple word labeling from the AFINN wordlist. It may be that context in this dataset affects polarity :)
We can't make this file beautiful and searchable because it's too large.
This file contains 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
Unique Key,Created Date,Closed Date,Location Type,Incident Zip,Incident Address,Street Name,Cross Street 1,Cross Street 2,Address Type,City,Due Date,Resolution Action Updated Date,Community Board,Borough,Park Borough,Latitude,Longitude,Location | |
32962543,3/22/16 23:53,,3+ Family Apt. Building,11225,335 LEFFERTS AVENUE,LEFFERTS AVENUE,NOSTRAND AVENUE,NEW YORK AVENUE,ADDRESS,BROOKLYN,4/21/16 23:53,3/23/16 0:00,09 BROOKLYN,BROOKLYN,BROOKLYN,40.66239321,-73.95026623,"(40.66239320568563, -73.95026622688094)" | |
32966604,3/22/16 23:50,,Other (Explain Below),11233,1323 HERKIMER STREET,HERKIMER STREET,PLEASANT PLACE,MONACO PLACE,ADDRESS,BROOKLYN,4/21/16 23:50,3/22/16 23:53,16 BROOKLYN,BROOKLYN,BROOKLYN,40.67746197,-73.90959516,"(40.67746196594494, -73.90959515599286)" | |
32962660,3/22/16 23:22,,Other (Explain Below),10025,120 WEST 109 STREET,WEST 109 STREET,COLUMBUS AVENUE,AMSTERDAM AVENUE,ADDRESS,NEW YORK,4/21/16 23:22,3/22/16 23:30,07 MANHATTAN,MANHATTAN,MANHATTAN,40.80151565,-73.96229483,"(40.801515645553465, -73.9622948 |
This file contains 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> | |
<style> | |
circle { | |
fill: blue; | |
} | |
svg { |

OlderNewer