Skip to content

Instantly share code, notes, and snippets.

View Jverma's full-sized avatar

Janu Verma Jverma

View GitHub Profile
@Jverma
Jverma / README.md
Last active December 14, 2022 21:11
Bar chart from external JSON file

A simple bar chart build using data from an external JSON file.

@Jverma
Jverma / README.md
Created July 2, 2015 03:11
Word cloud of tweets related NYC pizza

Word cloud of the tweets based on search (using API) results corresponding to keywords related to NYC Pizza. The data was extracted over the month of Oct-Nov 2014.

@Jverma
Jverma / README.md
Created July 20, 2015 02:02
Communities in a graph

Detecting communities in the given graph usng Girvan-Newman Algorithm I wrote a python script to extract the communities.

@Jverma
Jverma / .block
Created May 18, 2017 08:10
Canvas + D3: 20K points with mouseover
license: mit
@Jverma
Jverma / README.md
Last active September 8, 2017 12:52
HTML element inside a SVG

HTML inside a SVG using foreignObject.

How to add a non-svg (html) element inside svg.

@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: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.