Module 11: Dot-Dash Plot in lattice

 

    For this week’s visualization, I recreated the dot-dash plot using the lattice package in R. This type of plot was mentioned in Dr. Piwek’s discussion of Edward Tufte’s design principles, which emphasize simplicity and data-focused graphics. My version uses the built-in mtcars dataset, plotting miles per gallon (mpg) against car weight (wt). Each point represents a car, while the small dashes (created with panel.rug()) along the x- and y-axes show the data distribution without needing full histograms.

    The minimalist style follows Tufte’s “data-ink ratio” idea, using only the essential visual elements to highlight the relationship between variables. The clean background and limited color make it easy to focus on the pattern of the points rather than decorative elements. I like this design because it feels both simple and professional, showing how much you can communicate visually with very little clutter.

Comments

Popular posts from this blog

Student Loan Program Trends in the United States (2007–2025)

My Geographic Map of Florida COVID-19 Cases by ZIP Code

Spotting Differences in R: Comparing Fuel Efficiency by Cylinder Count