Skip to content

Instantly share code, notes, and snippets.

View aaizemberg's full-sized avatar

Ariel Aizemberg aaizemberg

  • Argentina
  • 08:50 (UTC -03:00)
View GitHub Profile
@aaizemberg
aaizemberg / index.html
Created October 26, 2019 15:55
heatmap (SVG)
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>heatmap</title>
</head>
<body>
<svg class="marks" width="1019" height="544" viewBox="0 0 1019 544" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><linearGradient id="gradient_0" x1="0" x2="0" y1="1" y2="0"><stop offset="0" stop-color="rgb(0, 0, 4)"></stop><stop offset="0.06493506493506493" stop-color="rgb(11, 9, 35)"></stop><stop offset="0.12987012987012986" stop-color="rgb(31, 17, 73)"></stop><stop offset="0.19480519480519481" stop-color="rgb(57, 15, 110)"></stop><stop offset="0.2597402597402597" stop-color="rgb(84, 20, 125)"></stop><stop offset="0.3246753246753247" stop-color="rgb(111, 30, 129)"></stop><stop offset="0.38961038961038963" stop-color="rgb(136, 39, 129)"></stop><stop offset="0.45454545454545453" stop-color="rgb(163, 49, 126)"></stop><stop offset="0.5194805194805194" stop-color="rgb(190, 58, 119)"></stop><stop offset="0.584415
@aaizemberg
aaizemberg / index.html
Created October 26, 2019 00:37
barras d3js sacando los datos de data.world
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>mom - w43</title>
<script src="https://d3js.org/d3.v5.min.js"></script>
<style>
svg text
@aaizemberg
aaizemberg / index.html
Created October 8, 2019 18:21
Plottable (bars) - minimal working example
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Plottable</title>
<link rel="stylesheet" href="./plottable.css" charset="utf-8">
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script>
<script src="./plottable.js"></script>
</head>
@aaizemberg
aaizemberg / readme.md
Last active November 1, 2022 20:18
my short list of the most cited papers or books of Kosara, Mackinlay, Shneiderman, Heer, Bostock, Satyanarayan, Munzner & Hullman
@aaizemberg
aaizemberg / readme.md
Last active September 23, 2019 14:21
servicios rest de la USIG
@aaizemberg
aaizemberg / index.html
Created September 10, 2019 02:10
Strip Plot (VEGA-lite)
<!DOCTYPE html>
<html>
<head>
<title>Strip Plot VEGA-lite</title>
<meta charset="utf-8" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
@aaizemberg
aaizemberg / index.html
Created September 10, 2019 01:19
histograma (vega-lite)
<!DOCTYPE html>
<html>
<head>
<title>Histograma VEGA-lite</title>
<meta charset="utf-8" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
@aaizemberg
aaizemberg / index.html
Created September 4, 2019 15:28
Accediendo a los valores de un radio button desde d3js
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Accediendo a los valores de un radio button</title>
<script src="https://d3js.org/d3.v5.min.js"></script>
</head>
<body>
@aaizemberg
aaizemberg / tweet.js
Last active September 2, 2019 16:25
ejemplo de un tuit (en formato JSON)
{'contributors': None,
'coordinates': None,
'created_at': 'Sun Sep 01 19:05:54 +0000 2019',
'display_text_range': [0, 92],
'entities': {'hashtags': [],
'media': [{'display_url': 'pic.twitter.com/OjmCRfs0Vv',
'expanded_url': 'https://twitter.com/aaizemberg/status/1168238568688553989/photo/1',
'id': 1168238539403943944,
'id_str': '1168238539403943944',
'indices': [93, 116],