Skip to content

Instantly share code, notes, and snippets.

View kristw's full-sized avatar

Krist Wongsuphasawat kristw

View GitHub Profile
@kristw
kristw / .gitignore
Last active August 29, 2015 14:24 — forked from kogakure/.gitignore
.gitignore for latex
*.acn
*.acr
*.alg
*.aux
*.blg
*.dvi
*.fdb_latexmk
*.glg
*.glo
*.gls
@kristw
kristw / README.md
Last active August 19, 2016 01:11 — forked from mbostock/.block
Bar Chart

This example is a slight modification from Mike Bostock's bar chart example. d3Kit was used to construct the <svg> and setup all the margins.

This simple bar chart is constructed from a TSV file storing the frequency of letters in the English language. The chart employs conventional margins and a number of D3 features: