How to Make a Thousand Plots Look Good: Data Viz Tips for Parameterized Reporting
In June 2024, I gave a talk at Cascadia R Conference about making high-quality data viz when doing parameterized reporting. It's something we do a lot in our consulting work. I recorded myself prepping for the talk, which you can see here. If you want to see a recording of the talk given at the conference, check out the Cascadia R Conf YouTube page.
Slides
Talk Abstract
Data visualization is complicated enough when you are making one plot. Now imagine you're making multiple plots in multiple reports. How can you design your data viz so that it will be legible, attractive, and compelling?
This is a challenge that we often have at R for the Rest of Us. We regularly work with clients to make parameterized reports. There may be dozens of plots in each report, and dozens of reports. It's a lot of plots!
We've learned to use techniques like selectively hiding text labels where they would be hard to read, using packages like ggrepel
to ensure labels do not overlap, employing shadows to make things visible, and more. In this talk, I will give examples, complete with detailed code, of how to make data viz shine when using parameterized reporting.
Developing data visualization for multiple reports requires a unique set of considerations. Join me for this talk, where I will discuss the lessons we have learned over the years and show how you can make high-quality data visualization in your own parameterized reports.
Sign up for the newsletter
Get blog posts like this delivered straight to your inbox.
You need to be signed-in to comment on this post. Login.