Amounts
R
Python
Just how big is the big game? Effective visualization can reveal scale instantly, translating attendance counts into a story we can see. Chapter six of Claus Wilke’s Fundamen…
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")