Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 2.37 KB

README.md

File metadata and controls

38 lines (21 loc) · 2.37 KB

Personal Data Visualization Projects

Objective

This repo is dedicated to sharing my adventures with miscellaneous data visualization projects with others.

Most of my visualization work is coded with R, directories will include datasets and code files. Code files will include comments to walk through different steps of generating the visualiztion.

Gallery

Based on a chart found on Reddit circa 2019 by TrustLittleBrother. I wanted to recreate the infamous graphic using ggplot and related ggplot libarires in R. Images of Leo and his party of girlfriends taken from the original image. Code uses ggplot, ggtext, and ggimage.

plot

Inspired by the "Attribute Matrix" show on the HBO series, Westworld. Data from the Open-Source Psychometrics Project. Plot created using ggplot, ggtext, and ggimage.

plot

Attempt to recreate New York Times' abortion ban choropleth map using R (ggplot + ggpatern). The original image is from NYT's Instagram. plot

Recreated the funny (and totally fictious) plot created by @bananapeele.  

plot

Inspiration for the Globe Bar plot came from R Graph Gallery's tutorial on circular bar plots. Used the tutorial to generate the bar plot, then overlayed a choropleth map (in the styel of a globe) in the center. Created using ggplot2.

plot