Skip to content

Instantly share code, notes, and snippets.

View denisemauldin's full-sized avatar

Denise Mauldin denisemauldin

  • Noteworth
  • Seattle, WA
View GitHub Profile
@denisemauldin
denisemauldin / .block
Created September 12, 2017 16:32 — forked from enjalot/.block
HTML Color Names (Relative Lightness)
license: mit
@denisemauldin
denisemauldin / .block
Created August 8, 2017 15:47
responsive bar chart
border: no
height: 333
license: CC0-1.0
@denisemauldin
denisemauldin / .block
Created August 8, 2017 15:46
d3.layout.timeline categorized timelines
license: mit
@denisemauldin
denisemauldin / .block
Last active August 7, 2017 19:52 — forked from anonymous/.block
US Map with different shapes for cities based on data
license: mit
@denisemauldin
denisemauldin / .block
Created August 7, 2017 15:56
dots along a path
license: mit
@denisemauldin
denisemauldin / README.md
Created August 7, 2017 15:30 — forked from nitaku/README.md
World population - bubbles on map

This example shows bubbles with area proportional to each country's population (2016) superimposed on a world map. Bubbles are also colored according to the continent.

Showing population and geography together, this map could probably be better redesigned as a choropleth of population density. This example is an exercise to prepare for different kinds of data, for which a geographical density would not make sense.

Population data is obtained from data.worldbank.org. The name of the source is "World Development Indicators" and was last updated on 2017, August 2nd.

Based on this example about implementing a map of the world and this one about population bubbles.

@denisemauldin
denisemauldin / README.md
Created August 7, 2017 15:30 — forked from nitaku/README.md
World population - bubbles on map

This example shows bubbles with area proportional to each country's population (2016) superimposed on a world map. Bubbles are also colored according to the continent.

Showing population and geography together, this map could probably be better redesigned as a choropleth of population density. This example is an exercise to prepare for different kinds of data, for which a geographical density would not make sense.

Population data is obtained from data.worldbank.org. The name of the source is "World Development Indicators" and was last updated on 2017, August 2nd.

Based on this example about implementing a map of the world and this one about population bubbles.

@denisemauldin
denisemauldin / .block
Created August 4, 2017 21:10
Beeswarm
license: gpl-3.0
height: 200
@denisemauldin
denisemauldin / .block
Created August 4, 2017 16:27
So much joy :)
license: mit
height: 900
@denisemauldin
denisemauldin / index.html
Last active August 3, 2017 18:50 — forked from d3noob/index.html
Sankey Diagram with v4
<!DOCTYPE html>
<meta charset="utf-8">
<title>SANKEY Experiment</title>
<style>
.node rect {
cursor: move;
fill-opacity: .9;
shape-rendering: crispEdges;
}