Skip to content

Instantly share code, notes, and snippets.

View madams1's full-sized avatar

Matt Adams madams1

View GitHub Profile
library(ggplot2)
library(dplyr)
lotr <- readr::read_tsv("https://raw.githubusercontent.com/jennybc/lotr-tidy/master/data/lotr_clean.tsv") %>%
rename_all(tolower)
# bars ----------------------------------------------------------------------------------------
lotr_by_race <- lotr %>%
group_by(race) %>%
@madams1
madams1 / .block
Last active May 29, 2020 23:07
d3-summary-tiles | Correlations
height: 700
@madams1
madams1 / .block
Last active May 29, 2020 21:30
d3-summary-tiles | Volcano
height: 730
@madams1
madams1 / .block
Last active June 11, 2019 21:16
TAL_dialogue
license: mit
height: 700
@madams1
madams1 / index.html
Last active April 26, 2019 14:38
d3-summary-tiles | Temporal Heatmap
<html>
<head>
<title>Summary Tiles Example</title>
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script type="text/javascript" src="https://d3js.org/d3-selection.v1.min.js"></script>
<script src="https://unpkg.com/d3-summary-tiles/build/d3-summary-tiles.min.js"></script>
</head>
@madams1
madams1 / .block
Last active January 30, 2019 16:45
.enter()
license: mit
@madams1
madams1 / .block
Last active January 30, 2019 16:38
.enter()
license: mit
@madams1
madams1 / .block
Last active January 30, 2019 16:36
bound_data_1
license: mit
@madams1
madams1 / .block
Last active January 30, 2019 14:41
TAL_dialogue_with_axes
license: mit
height: 1000
@madams1
madams1 / .block
Last active January 30, 2019 14:29
TAL_dialogue_simple_rects_binned
license: mit