Skip to content

Instantly share code, notes, and snippets.

@EfratVil
EfratVil / Daily_data.csv
Last active July 22, 2016 14:59
NVD3 Line with View Finder Chart - data from CSV file
date a_avg b_avg c_avg d_avg e_avg
05 03 2014 37.5 26.25 53.75 50 55
06 03 2014 12.5 15 18.75 25 32.5
07 03 2014 26.25 22.5 37.5 31.25 40
08 03 2014 11.25 10 8.75 10 17.5
09 03 2014 60 41.25 47.5 27.5 60
10 03 2014 77.5 65 83.75 63.75 97.5
11 03 2014 65 42.5 68.75 57.5 75
12 03 2014 61.25 33.75 50 53.75 80
13 03 2014 13.75 10 11.25 7.5 15
@EfratVil
EfratVil / Readme.md
Last active July 22, 2016 15:06
Force-Directed Network Graph

This is a Force-Directed Graph based on mbostock's example: http://bl.ocks.org/mbostock/4062045 The data in the graph was taken from http://snap.stanford.edu/data/p2p-Gnutella08.html and contains A sequence of snapshots of the Gnutella peer-to-peer file sharing network from August 2002. 

The graph is showing only the first few hundred connections. That is why some of the points are left alone, because it is a partial picture of the data. The data was divided into ~10 groups of close by points. Each group is shown with different colors.

@EfratVil
EfratVil / index.html
Created May 5, 2016 12:44 — forked from guilhermesimoes/index.html
D3.js: Animating Stacked-to-Grouped Bars
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.stacked-chart-container {
position: relative;
}
@EfratVil
EfratVil / README.md
Last active February 16, 2018 09:47
Circle Gradient I

Circle Gradient

@EfratVil
EfratVil / README.md
Last active July 22, 2016 19:13
Circle Gradient II

Circle Gradient with Linear scale

@EfratVil
EfratVil / README.md
Last active August 12, 2016 13:43
Reusable scatter plot

Reusable scatter plot.

@EfratVil
EfratVil / README.md
Last active September 3, 2016 09:50
Line chart with information box

Line chart with points hoover triggering updates of information box on the right.

@EfratVil
EfratVil / README.md
Last active September 18, 2016 19:52
Scatter plot brushing

Scatter plot brushing.

@EfratVil
EfratVil / README.md
Last active October 3, 2016 12:37
swirling circles
@EfratVil
EfratVil / README.md
Last active May 22, 2023 21:55
Scatter plot with zoom

Scatter plot zoom of the brushed region. Double-click to zoom out.