Skip to content

Instantly share code, notes, and snippets.

View arnicas's full-sized avatar

Lynn Cherny arnicas

  • Consultant / DS & NLP & Vis
  • France
View GitHub Profile
@arnicas
arnicas / index.html
Last active August 29, 2015 14:26
HTML/CSS tooltip in D3
<!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>
@arnicas
arnicas / index.html
Last active September 4, 2020 05:29
Slope Chart in High Charts
<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">
@arnicas
arnicas / index.html
Created September 21, 2015 18:16
Dot plot example
<!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;
@arnicas
arnicas / README.md
Last active February 9, 2016 16:34
Week4 homework1 - Scale Fix
@arnicas
arnicas / index.html
Last active February 21, 2016 22:18
Student project links, fall 2015
<html>
<head>
<style>
body {
margin: 50px;
font-family: Arial;
}
h1 {
@arnicas
arnicas / README.md
Last active March 5, 2016 18:58
TSNE Plot of Yelp Reviews

An illustration of TSNE layout of word2vec output from a subset of Yelp reviews.

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 :)

@arnicas
arnicas / Rat_SightingsNY_extract.csv
Last active October 30, 2020 08:49
Dots for rats in 2016 on a leaflet map, with generated bios and pics from flickr
We can't make this file beautiful and searchable because it's too large.
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
@arnicas
arnicas / index.html
Last active April 8, 2016 18:30
Animate a dot with a few transitions
<!DOCTYPE html>
<html>
<style>
circle {
fill: blue;
}
svg {
We couldn’t find that file to show.
@arnicas
arnicas / Screenshot.png
Last active July 23, 2017 13:43
Bot Links and How-To's
Screenshot.png