Hey folks, I hope you have enjoyed the current series of newsletters and videos recreating “data portraits” from the WEB DuBois collection of visuals he showed at the 1900 Paris Exhibition. You can find the entire collection of “data portraits” in a book assembled by Whitney Battle-Baptiste and Britt Rusert (here) or as a collection of plates through the Library of Congress (here). I’ve really appreciated the positive feedback! These figures are pretty different from what we do in modern data visualizations. But, I have found tremendous value in recreating them. Of course, I am strengthening my R skills in terms of getting more dexterous using ggplot2 and R in general - hopefully you are too! But, I am also learning to think differently about how to solve problems. I think this latter point is far more important than the mechanics of how to generate a figure. After discussing the “fan plot” with you last week, I went about making it for the video that will be posted on Monday. I was able to make it using a stacked bar plot made with This week, I want you to consider an iconic visual from the collection that is actually on the cover of the (Battle-Baptiste and Rusert book). This is Plate 25 This plot is a bit beyond a simple description. It reminded me of Dorothoy’s trip out of Munchkin Land where there are multiple roads, but she has to follow the “yellow brick road”. Except those roads go out from the Munchkins. These roads all circle inward. Regardless, we might call this a circular bar plot. There were a few strategies that stood out to me. First, I could represent each bar as a line. I’d make the lines thick so that they resembled bars. With this approach, I would start by making 5 diagonal lines in Cartesian coordinates. Then I’d use Second, I could take the same strategy as the line plot, but use Third, to avoid going back and forth between coordinate schemes, we could do everything in Cartesian coordinates. We would still need to use angles and radii to draw the spirals. The outer and inner edge of each spiral would have their own radius and the beginning and end of each spiral its own angle. Using the There are three strategies. See if you can get one of these to work! Let me know what you find ;) The legend at the start of the spiral is deceptively simple! If the font were monospaced, it would be somewhat straightforward to get everything line up. But it isn’t. Also, the line connecting the year and the amount of money isn’t merely a series of dashes, but actually a short line segment. Perhaps dashes would be fine if you weren’t so concerned with matching the original. Now that I think about it, I wonder how to generate straight lines with Again, I’m not sure that I would ever create a plot like this for my own data. But, it has definitely gotten me thinking far differently than I normally do with my data visualizations. That’s what make it so much fun for me. Here’s some code to help you get going.
If you thought this was fun, I’d encourage you to check out Plate 17. How would you go about generating that final serpentine bar for the “Industrial” category?
|
Hey folks, I’ve now produced three livestream videos. What do you think? Do you watch them live or watch them later? Or are they too long? I’m looking for honest feedback! I have to admit that if I hadn’t livestreamed these videos, they would not have been produced. It’s nice that I can more or less record and post without any editing. This is still a bit of an experiment. I think fewer people are watching the episodes which makes me worry that this might be an overall step backwards for you...
Hey folks! Do you ever get that feeling where you’re scared to try something? But then you do it anyway… and it turns out way better than you expected? Well that was me on Wednesday morning. I ran my first livestream on YouTube recreating a ridgeline plot from Our World in Data showing the US baby boom. I wrote about it here in the newsletter back in May. The full session was about 2.5 hours. YouTube tells me that 272 people popped in at some point during the session. To be honest, I really...
Hey folks, I need your feedback on an idea! Don’t worry, there’s some visualization stuff at the bottom. I had a video nearly ready to post this week using a ridgeline plot to show the baby boom. I think I did a great job of recreating the plot. But through a series of unfortunate events, I lost the video. I actually recorded the video three times because my computer kept crashing as I was recording it. This was on top of increasing busyness on my part with teaching, proposal writing,...