Skip to content

Instantly share code, notes, and snippets.

View sakshamio's full-sized avatar

Saksham Gupta sakshamio

View GitHub Profile
"""
Draw inheritance hierarchies via Dot (http://www.graphviz.org/)
Author: M. Simionato
E-mail: mis6@pitt.edu
Date: August 2003
License: Python-like
Requires: Python 2.3, dot, standard Unix tools
"""
import os,itertools
@sakshamio
sakshamio / d3-s-force-layout-with-css-sprites.markdown
Created May 22, 2019 10:46
D3's force layout with CSS sprites

D3's force layout with CSS sprites

This graph shows the correlation between best position on world cup versus number of participation, GDP (PIB), population, HDI (IDH) and number of world cups participation

A Pen by Saksham Gupta on CodePen.

License.