Skip to content

Instantly share code, notes, and snippets.

View Jverma's full-sized avatar

Janu Verma Jverma

View GitHub Profile
@Jverma
Jverma / .block
Created May 23, 2017 07:31
Scatterplot of Iris data : d3 v4
license: mit
@Jverma
Jverma / .block
Created May 18, 2017 08:10
Canvas + D3: 20K points with mouseover
license: mit
@Jverma
Jverma / .block
Created May 18, 2017 08:06
Canvas + D3: Plotting 20K points
license: mit
@Jverma
Jverma / index.html
Created May 18, 2017 08:04
Canvas + D3: Plotting 20K points
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Canvas Scatterplot</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="http://d3js.org/d3.v4.js"></script>
<script src="https://d3js.org/d3-scale-chromatic.v1.min.js"></script>
<script src="https://d3js.org/d3-scale.v1.min.js"></script>
</head>
@Jverma
Jverma / index.html
Created January 28, 2017 10:29
India GDP across states
<!DOCTYPE html>
<img src="states_wealth.svg" width="960" height="1100">
<img src="legend.svg" width="1000" height="1000">
@Jverma
Jverma / README.md
Created May 24, 2016 18:53
FitBit Sleep data part - I

Timeseries of heart-rate during sleep times, extracted using FitBit API.

@Jverma
Jverma / README.md
Created May 21, 2016 16:38
International Travel Visa Topology — Hive Plot Visualization

International Travel Visa Topology — Hive Plot Visualization

@Jverma
Jverma / README.md
Created May 21, 2016 01:39
Visa Refused

Visa Refused

@Jverma
Jverma / README.md
Last active April 19, 2016 21:04
Emoji Timeline for Cultural References in Murakami

Emoji Timeline of cultural references in Haruki Murakami's The Elephant Vanishes with on click descrrption.

Data source: Reddit discussion compiled by MufasaSimba

@Jverma
Jverma / README.md
Last active February 7, 2016 19:06
Exploration of K-Means clustering for PCA and tSNE

Exploration of K-Means clustering for various projection methods