Skip to content

Instantly share code, notes, and snippets.

View pstuffa's full-sized avatar
🍕
🍕

Paul Buffa pstuffa

🍕
🍕
View GitHub Profile
@pstuffa
pstuffa / .DS_Store
Last active September 8, 2016 14:10
Bar Chart with Update
@pstuffa
pstuffa / .DS_Store
Last active September 8, 2016 14:10
Lines
@pstuffa
pstuffa / .DS_Store
Last active September 8, 2016 14:10
Lines II
@pstuffa
pstuffa / index.html
Last active September 12, 2016 02:27
Waves
<!DOCTYPE html>
<!-- Paul Buffa 2015
-->
<meta charset="utf-8">
<style>
.waves {
color: blue;
@pstuffa
pstuffa / index.html
Last active September 12, 2016 02:27
Waves II
<!DOCTYPE html>
<!-- Paul Buffa 2015
-->
<meta charset="utf-8">
<style>
.waves {
font: 14px sans-serif;
font-weight: bolder;
}
@pstuffa
pstuffa / index.html
Last active September 12, 2016 02:28
Waves III
<!DOCTYPE html>
<!-- Paul Buffa 2015
-->
<meta charset="utf-8">
<style>
.waves {
font: 14px sans-serif;
font-weight: bolder;
}
@pstuffa
pstuffa / index.html
Last active September 12, 2016 02:26
Waves IV
<!DOCTYPE html>
<meta charset="utf-8">
<style>
canvas {
position: absolute;
}
</style>
@pstuffa
pstuffa / index.html
Last active July 26, 2019 07:05
Running VI
<!DOCTYPE html>
<meta charset="utf-8">
<style>
svg {
font: 10px sans-serif;
}
.axis path,
.axis line {
@pstuffa
pstuffa / .DS_Store
Last active September 12, 2016 02:14
Running V
@pstuffa
pstuffa / README.md
Last active September 12, 2016 01:58
Anscombe Quartet

A D3 rendering of Anscombe Quartet, a classic data visualization example where four data sets have the same summary statistics, showing a reason why visualization is important - to see different distrubitions of data, which summary statistics can't always uncover.