Skip to content

Instantly share code, notes, and snippets.

View iosonosempreio's full-sized avatar
🐢

iosonosempreio

🐢
View GitHub Profile
@iosonosempreio
iosonosempreio / index.html
Last active June 4, 2020 16:40 — forked from feyderm/index.html
D3 v4 single axis pan and zoom with lines
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<script src="https://d3js.org/d3.v4.min.js"></script>
</head>
<body>
<div id="block"></div>
<script>
// dimensions
@iosonosempreio
iosonosempreio / Readme.md
Last active January 17, 2020 21:55 — forked from wiederkehr/Readme.md
D3 V5 Gist template

Simple Gist template to create and publish visualizations with D3.js V5.

@iosonosempreio
iosonosempreio / index.html
Created March 19, 2019 15:28 — forked from jasondavies/index.html
alpha-shapes aka concave hulls in d3
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Alpha-Shapes</title>
<script src="http://mbostock.github.com/d3/d3.min.js"></script>
<script src="http://mbostock.github.com/d3/d3.geom.min.js"></script>
<style type="text/css">
path {
@iosonosempreio
iosonosempreio / gexf-converted.json
Created February 15, 2019 09:17 — forked from emeeks/gexfd3.css
GEXF D3 Simple Example
[
{
"id": "S001",
"label": "Passatempi",
"attributes": {
"title": "Passatempi",
"txt_length": 2164,
"type": "racconto",
"year": null,
"log_length": 136.71
@iosonosempreio
iosonosempreio / README.md
Created June 11, 2018 14:35 — forked from mikima/README.md
Mapbox-gl 0.45 + d3 5.x // SVG overlay + force layout