This repository contains the code and data for the Posit conference 2023 slides by Deepsha Menghani.
Deepsha Menghani
This repository houses the slides and code for a presentation titled "Data Viz Animation and Interactivity in Quarto." This presentation aims to demystify data visualization animations and interactivity, particularly in the context of storytelling. We'll use examples featuring Ted Lasso and Roy Kent to bring these concepts to life.
Click Here to view the slides online.
- Understand: What are Data Viz animation, interactivity, and linking?
- Learn: How to start incorporating these elements in your data storytelling process.
- Engage: With your data visually, through examples based on the number of F-bombs dropped by Roy Kent in the show Ted Lasso.
The data is sourced from the Ted Lasso series and focuses on counting the number of F-bombs Roy Kent drops. Each episode was watched at 2X speed by Deepsha Menghani to compile this dataset.
- You can access the data using "Richmondway" package with the below command: devtools::install_github("deepshamenghani/richmondway")
You can learn more about the detials of the dataset at Richmondway github repo
- Quarto: For creating the presentation slides.
- R: For data manipulation and visualization.
- Tidyverse, Plotly, Crosstalk: R packages used for data visualization and interactivity.
- Animation: How to build animated visualizations using Plotly.
- Interactivity: Introducing interactivity into your graphs using Crosstalk.
- Linking: How to link multiple plots for additional insights.
For any further queries, you can reach out to me here.