Data: Workforce and Economic Development (2010-2013) from Open Baltimore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Vim syntax file | |
" Language: Jira Text Formatting Notation | |
" Maintainer: Michael Feyder [email protected] | |
" Latest Revision: 14 July 2016 | |
if exists("b:current_syntax") | |
finish | |
endif | |
" highlights headers regardless of level |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" REMAPPED KEYS | |
inoremap jj <ESC> | |
nnoremap f x | |
nnoremap ) 0w | |
let mapleader="," | |
set timeout timeoutlen=1500 | |
:map <space> viw | |
" COLUMN RULER | |
:set ruler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<script src = "https://feyderm.github.io/d3/d3.js"></script> | |
<script src = "https://feyderm.github.io/d3/hexbin/hexbin.js"></script> | |
<script src = "https://feyderm.github.io/d3/d3-legend-master/d3-legend.js"></script> | |
<script src = "https://feyderm.github.io/js/viridis_colors.js"></script> | |
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<script src = "https://feyderm.github.io/d3/d3.js"></script> | |
<script src = "https://feyderm.github.io/d3/hexbin/hexbin.js"></script> | |
<script src = "https://feyderm.github.io/js/viridis_colors.js"></script> | |
</head> | |
<body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<style> | |
#tooltip { | |
font-family: sans-serif; | |
color: #454545; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<body> | |
<div id="block"></div> | |
<script src="https://d3js.org/d3.v4.min.js"></script> |
iOS colors recommended for both light and dark backgrounds; mouse over background rectangle to change its greyscale value.
Data are from the freetrade dataset of the Amelia package.
Missing data is represented by filled circles, and columns represent unique patterns of missing data within an observation. The percentage of observations having a given pattern is reflected in the bar chart on top. The percentage of missing values for a given variable across all observations is reflected in the bar chart to the right.
OlderNewer