DuBoisPlots.jl

A package that replicates some of the unique visualizations by W. E. B. DuBois
Author eirikbrandsaas
Popularity
6 Stars
Updated Last
1 Year Ago
Started In
June 2022

DuBoisPlots

Dev Build Status Coverage

This is a package that allows users with little effort replicate the unique plots used by W. E. B. DuBois work studying the role of race in America. The graphical display he used at the 1900 Paris Exposition was groundbreaking and drew attention.

The book W. E. B. DuBois's Data Portraits: Visualizing Black America - The Color Line at the Turn of the Twentieth Century (ISBN: 9781616897062) contains these and other plots, and is widely available for purchase (e.g., Publisher, Amazon, AbeBooks)

Adding new plates

To add a new plate please do the following:

  1. Include the recipe in src/Recipes/PlateXX.jl with a docstring (see src/Recipes/Plate7.jl for an example)

For extra credit please also do

  1. Include the original data in data/original/PlateXX.csv
  2. Include a .jpeg of the original plate in docs/figures/
  3. Add the plate to docs/src/example.md