Skip to content

Instantly share code, notes, and snippets.

@ear1grey
Created February 23, 2017 07:03
Show Gist options
  • Select an option

  • Save ear1grey/25e25ddeca4078262a3090e253e48ad3 to your computer and use it in GitHub Desktop.

Select an option

Save ear1grey/25e25ddeca4078262a3090e253e48ad3 to your computer and use it in GitHub Desktop.
Anscombe's Quartet as JSON
{
"sets": {
"set1": [
[10.0,8.04],
[8.0,6.95],
[13.0,7.58],
[9.0,8.81],
[11.0,8.33],
[14.0,9.96],
[6.0,7.24],
[4.0,4.26],
[12.0,10.84],
[7.0,4.82],
[5.0,5.68]
],
"set2": [
[10,9.14],
[8,8.14],
[13,8.74],
[9,8.77],
[11,9.26],
[14,8.1],
[6,6.13],
[4,3.1],
[12,9.13],
[7,7.26],
[5,4.74]
],
"set3": [
[10,7.46],
[8,6.77],
[13,12.74],
[9,7.11],
[11,7.81],
[14,8.84],
[6,6.08],
[4,5.39],
[12,8.15],
[7,6.42],
[5,5.73]
],
"set4": [
[8,6.58],
[8,5.76],
[8,7.71],
[8,8.84],
[8,8.47],
[8,7.04],
[8,5.25],
[19,12.5],
[8,5.56],
[8,7.91],
[8,6.89]
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment