Skip to content

Instantly share code, notes, and snippets.

@larsenmtl
larsenmtl / .block
Created August 1, 2018 14:34
fresh block
license: mit
@larsenmtl
larsenmtl / .block
Created April 8, 2017 13:12
Condegram Spiral Plot
license: MIT
@larsenmtl
larsenmtl / .block
Created March 12, 2017 18:31
d3 Spirograph
license: mit
@larsenmtl
larsenmtl / .block
Created February 5, 2017 14:12
fitSize in d3 version 4
license: mit
@larsenmtl
larsenmtl / index.html
Last active January 16, 2017 22:06 — forked from pebblexe/gist:0fa48e4b10426ccf3d339b9e9060e727
trying to create x axis
<!DOCTYPE html>
<script src="https://d3js.org/d3.v4.min.js"></script>
<div id="chart0"></div>
<script>
var data = {
"studyGuide": {
"count": 20,
"avgTime": "4 minutes and 32 seconds",
@larsenmtl
larsenmtl / .block
Last active September 26, 2023 09:33
d3-shape Custom Curve Implementation
license: mit
@larsenmtl
larsenmtl / .block
Created November 12, 2016 23:05
d3 - Condegram Spiral Plot
license: mit
@larsenmtl
larsenmtl / .block
Created July 30, 2016 17:03
Scatter Plot w/Histogram Axes
license: gpl-3.0
@larsenmtl
larsenmtl / README.md
Last active November 24, 2023 12:04
d3 mouseover multi-line chart

An interactive multi-line chart.

Note, I borrowed a bit of code from Duopixel's excellent code sample here.

Built with blockbuilder.org

@larsenmtl
larsenmtl / README.md
Created June 19, 2016 16:54
Cycle Diagram