Skip to content

Instantly share code, notes, and snippets.

View sebg's full-sized avatar

Sebastian Gutierrez sebg

  • DashingD3js.com
  • New York City
View GitHub Profile
@sebg
sebg / .DS_Store
Last active January 11, 2018 12:33 — forked from feyderm/.DS_Store
Scatter plot + Brush
@sebg
sebg / .block
Created January 11, 2018 12:29 — forked from rajvansia/.block
Scatterplot with brush d3 v4
license: gpl-3.0
@sebg
sebg / .block
Last active September 3, 2018 15:09 — forked from mbostock/.block
Multi-Series Line Chart
license: gpl-3.0
@sebg
sebg / .block
Created January 11, 2018 12:26 — forked from mbostock/.block
Stacked Area Chart
license: gpl-3.0
@sebg
sebg / .block
Created January 11, 2018 12:25 — forked from mbostock/.block
Stacked Bar Chart
license: gpl-3.0
@sebg
sebg / .block
Last active January 11, 2018 12:23 — forked from mbostock/.block
Grouped Bar Chart
license: gpl-3.0
@sebg
sebg / .block
Last active December 28, 2017 05:55 — forked from mbostock/.block
D3V4 Scatterplot
license: gpl-3.0
@sebg
sebg / .block
Last active December 28, 2017 05:40 — forked from mbostock/.block
OMG Particles - D3V4!
license: gpl-3.0
@sebg
sebg / index.html
Created September 14, 2017 03:00
An example that uses the SVG DOM function
<!DOCTYPE html>
<html>
<head>
<script src="https://d3js.org/d3.v4.min.js"></script>
</head>
<body>
<h1>
An example that uses the SVG DOM function <a href="http://www.w3.org/TR/SVG11/types.html#__svg__SVGLocatable__getBBox">getBBox()</a>
</h1>
<p>