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 / 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 / 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
@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 / 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 / bikes.tsv
Created September 23, 2020 09:50
Bike Data for Teaching Pandas
Date Berri 1 Brébeuf (données non disponibles) Côte-Sainte-Catherine Maisonneuve 1 Maisonneuve 2 du Parc Pierre-Dupuy Rachel1 St-Urbain (données non disponibles)
01/01/2012 35 0 38 51 26 10 16
02/01/2012 83 1 68 153 53 6 43
03/01/2012 135 2 104 248 89 3 58
04/01/2012 144 1 116 318 111 8 61
05/01/2012 197 2 124 330 97 13 95
06/01/2012 146 0 98 244 86 4 75
07/01/2012 98 2 80 108 53 6 54
08/01/2012 95 1 62 98 64 11 63
09/01/2012 244 2 165 432 198 12 173