{"url":"https://api.github.com/gists/3244058","forks_url":"https://api.github.com/gists/3244058/forks","commits_url":"https://api.github.com/gists/3244058/commits","id":"3244058","node_id":"MDQ6R2lzdDMyNDQwNTg=","git_pull_url":"https://gist.github.com/3244058.git","git_push_url":"https://gist.github.com/3244058.git","html_url":"https://gist.github.com/mbostock/3244058","files":{".block":{"filename":".block","type":"text/plain","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/3244058/raw/c6c2c51601f1cd0f1c1fb9b2ab29cb84786c2681/.block","size":80,"truncated":false,"content":"license: gpl-3.0\nredirect: https://observablehq.com/@d3/scatterplot-with-shapes\n","encoding":"utf-8"},"data.csv":{"filename":"data.csv","type":"text/csv","language":"CSV","raw_url":"https://gist.githubusercontent.com/mbostock/3244058/raw/a7a0b881c13eda5ccbdcad2f6fe99c1b4669b035/data.csv","size":33,"truncated":false,"content":"x,y\n5,90\n25,30\n45,50\n65,55\n85,25\n","encoding":"utf-8"},"index.html":{"filename":"index.html","type":"text/html","language":"HTML","raw_url":"https://gist.githubusercontent.com/mbostock/3244058/raw/24f4ac396287394f0e5cff560b492540b7425f9e/index.html","size":1725,"truncated":false,"content":"<!DOCTYPE html>\n<meta charset=\"utf-8\">\n<style>\n\nbody {\n  font: 10px sans-serif;\n}\n\n.axis path,\n.axis line {\n  fill: none;\n  stroke: #000;\n  shape-rendering: crispEdges;\n}\n\n.point {\n  fill: steelblue;\n  stroke: #000;\n}\n\n</style>\n<body>\n<script src=\"//d3js.org/d3.v3.min.js\"></script>\n<script>\n\nvar margin = {top: 20, right: 20, bottom: 30, left: 40},\n    width = 960 - margin.left - margin.right,\n    height = 500 - margin.top - margin.bottom;\n\nvar x = d3.scale.linear()\n    .range([0, width]);\n\nvar y = d3.scale.linear()\n    .range([height, 0]);\n\nvar svg = d3.select(\"body\").append(\"svg\")\n    .attr(\"width\", width + margin.left + margin.right)\n    .attr(\"height\", height + margin.top + margin.bottom)\n  .append(\"g\")\n    .attr(\"transform\", \"translate(\" + margin.left + \",\" + margin.top + \")\");\n\nd3.csv(\"data.csv\", function(error, data) {\n  if (error) throw error;\n\n  // Coerce the strings to numbers.\n  data.forEach(function(d) {\n    d.x = +d.x;\n    d.y = +d.y;\n  });\n\n  // Compute the scales’ domains.\n  x.domain(d3.extent(data, function(d) { return d.x; })).nice();\n  y.domain(d3.extent(data, function(d) { return d.y; })).nice();\n\n  // Add the x-axis.\n  svg.append(\"g\")\n      .attr(\"class\", \"x axis\")\n      .attr(\"transform\", \"translate(0,\" + height + \")\")\n      .call(d3.svg.axis().scale(x).orient(\"bottom\"));\n\n  // Add the y-axis.\n  svg.append(\"g\")\n      .attr(\"class\", \"y axis\")\n      .call(d3.svg.axis().scale(y).orient(\"left\"));\n\n  // Add the points!\n  svg.selectAll(\".point\")\n      .data(data)\n    .enter().append(\"path\")\n      .attr(\"class\", \"point\")\n      .attr(\"d\", d3.svg.symbol().type(\"triangle-up\"))\n      .attr(\"transform\", function(d) { return \"translate(\" + x(d.x) + \",\" + y(d.y) + \")\"; });\n});\n\n</script>\n","encoding":"utf-8"},"thumbnail.png":{"filename":"thumbnail.png","type":"image/png","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/3244058/raw/97f655a957305de28c2bfbc7d6837c8bcb1569a7/thumbnail.png","size":2194,"truncated":false,"content":"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\n","encoding":"base64"}},"public":true,"created_at":"2012-08-03T03:26:00Z","updated_at":"2021-11-11T01:24:41Z","description":"Scatterplot with Shapes","comments":0,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/3244058/comments","owner":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"fork_of":{"url":"https://api.github.com/gists/3183403","forks_url":"https://api.github.com/gists/3183403/forks","commits_url":"https://api.github.com/gists/3183403/commits","id":"3183403","node_id":"MDQ6R2lzdDMxODM0MDM=","git_pull_url":"https://gist.github.com/3183403.git","git_push_url":"https://gist.github.com/3183403.git","html_url":"https://gist.github.com/mbostock/3183403","files":{},"public":true,"created_at":"2012-07-26T17:38:33Z","updated_at":"2020-04-22T04:25:38Z","description":"Scatterplot with Multiple Series","comments":1,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/3183403/comments","owner":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false}},"forks":[{"url":"https://api.github.com/gists/7371301","user":{"login":"AndrewStaroscik","id":3648185,"node_id":"MDQ6VXNlcjM2NDgxODU=","avatar_url":"https://avatars.githubusercontent.com/u/3648185?v=4","gravatar_id":"","url":"https://api.github.com/users/AndrewStaroscik","html_url":"https://github.com/AndrewStaroscik","followers_url":"https://api.github.com/users/AndrewStaroscik/followers","following_url":"https://api.github.com/users/AndrewStaroscik/following{/other_user}","gists_url":"https://api.github.com/users/AndrewStaroscik/gists{/gist_id}","starred_url":"https://api.github.com/users/AndrewStaroscik/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/AndrewStaroscik/subscriptions","organizations_url":"https://api.github.com/users/AndrewStaroscik/orgs","repos_url":"https://api.github.com/users/AndrewStaroscik/repos","events_url":"https://api.github.com/users/AndrewStaroscik/events{/privacy}","received_events_url":"https://api.github.com/users/AndrewStaroscik/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Andrew Staroscik","company":null,"blog":"","location":"Rhode Island","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":40,"public_gists":21,"followers":1,"following":0,"created_at":"2013-02-20T14:18:15Z","updated_at":"2026-04-03T12:10:00Z"},"id":"7371301","created_at":"2013-11-08T13:51:26Z","updated_at":"2015-12-27T18:39:11Z"},{"url":"https://api.github.com/gists/657e15e57b1a9c2cc5a3456909e1372c","user":{"login":"lixarismartini","id":90727985,"node_id":"MDQ6VXNlcjkwNzI3OTg1","avatar_url":"https://avatars.githubusercontent.com/u/90727985?v=4","gravatar_id":"","url":"https://api.github.com/users/lixarismartini","html_url":"https://github.com/lixarismartini","followers_url":"https://api.github.com/users/lixarismartini/followers","following_url":"https://api.github.com/users/lixarismartini/following{/other_user}","gists_url":"https://api.github.com/users/lixarismartini/gists{/gist_id}","starred_url":"https://api.github.com/users/lixarismartini/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/lixarismartini/subscriptions","organizations_url":"https://api.github.com/users/lixarismartini/orgs","repos_url":"https://api.github.com/users/lixarismartini/repos","events_url":"https://api.github.com/users/lixarismartini/events{/privacy}","received_events_url":"https://api.github.com/users/lixarismartini/received_events","type":"User","user_view_type":"public","site_admin":false,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":0,"public_gists":1,"followers":0,"following":0,"created_at":"2021-09-14T21:10:40Z","updated_at":"2022-03-03T18:08:41Z"},"id":"657e15e57b1a9c2cc5a3456909e1372c","created_at":"2021-11-11T01:24:41Z","updated_at":"2021-11-11T01:24:41Z"}],"history":[{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"e04c0d543bd848d6721b6d005475df7c1f0fde0d","committed_at":"2019-12-13T23:11:55Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3244058/e04c0d543bd848d6721b6d005475df7c1f0fde0d"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"0494743756b5057f190eafb69491cb1ee7741415","committed_at":"2016-02-09T01:29:58Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3244058/0494743756b5057f190eafb69491cb1ee7741415"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"9cf86fe3ecbfc57a9de777bb32dfb46d3b649c6a","committed_at":"2015-10-31T00:55:11Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3244058/9cf86fe3ecbfc57a9de777bb32dfb46d3b649c6a"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"e4cac355b2e9dd2948d88e2e40ec9ee7c7fcf978","committed_at":"2015-06-11T19:37:06Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3244058/e4cac355b2e9dd2948d88e2e40ec9ee7c7fcf978"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"864e1a4784c0f09e7d17fca4f4dc02ec20e5e247","committed_at":"2015-06-11T16:59:30Z","change_status":{"total":8,"additions":5,"deletions":3},"url":"https://api.github.com/gists/3244058/864e1a4784c0f09e7d17fca4f4dc02ec20e5e247"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"df00b859d31f6f7ee85e1d6fbc469c242c1b2349","committed_at":"2012-10-12T03:55:53Z","change_status":{"total":0,"additions":0,"deletions":0},"url":"https://api.github.com/gists/3244058/df00b859d31f6f7ee85e1d6fbc469c242c1b2349"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"f07801e49928b6527e1ed1761e2bdf0fb9a8c17a","committed_at":"2012-08-03T03:28:48Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3244058/f07801e49928b6527e1ed1761e2bdf0fb9a8c17a"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"47ecbdd2d9fcf4794dcdaef3312f392b5bda9546","committed_at":"2012-08-03T03:28:26Z","change_status":{"total":12,"additions":3,"deletions":9},"url":"https://api.github.com/gists/3244058/47ecbdd2d9fcf4794dcdaef3312f392b5bda9546"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"30440669a32ad982e81da09e9dc6363ebbc993b6","committed_at":"2012-08-03T03:27:35Z","change_status":{"total":37,"additions":15,"deletions":22},"url":"https://api.github.com/gists/3244058/30440669a32ad982e81da09e9dc6363ebbc993b6"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"6a9503a6257ba49866e3efdc50d67ab48aa8f6de","committed_at":"2012-07-26T17:38:57Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3244058/6a9503a6257ba49866e3efdc50d67ab48aa8f6de"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"da6d3a70fc2a309f9cd3c0050eda26abc75b8f38","committed_at":"2012-07-26T17:38:33Z","change_status":{},"url":"https://api.github.com/gists/3244058/da6d3a70fc2a309f9cd3c0050eda26abc75b8f38"}],"truncated":false}