dataviz

This site grew out of a data visualization course taught at Grambling State University, and it continues to evolve as an open resource. Methods pages introduce code in R and Python to implement design principles shown in Claus Wilke’s Fundamentals of Data Visualization.

Many visualizations use the swac package—a collection of data about HBCUs in the Southwest Athletic Conference. This choice helps keep focus on visualizing with familiar data rather than wrangling up something new. To follow along in R, install the package with {remotes}:

remotes::install_github("jmclawson/swac")

Methods

Extras

Projects