From: https://towardsdatascience.com/embed-interactive-plots-in-your-slides-with-plotly-fde92a5865a Effective communication is essential for us data scientists, and Plotly’s interactive plots are a great tool for that. But when it comes to presenting our work in a traditional slide-styled presentation, those plots are hard to integrate in our daily tools like PowerPoint or Google Slides. In this post, we’ll get to know … Continue reading Embed Interactive Plots in Your Slides with Plotly
Category: Animated Plot
Top 20 National Football Teams by Goals Scored Animated Plot
From: https://github.com/basarabam/Top20AnimatedPlot Animated plot of Top 20 National football teams by goals scored made by using ggplot2, gganimate and ggflags packages (and other listed). Follow comments in the code for instructions. This is how animated plot looks like, when finished: Dataset: https://drive.google.com/open?id=1sTzf1ehIDBAUuRoUhQCUk_-S9YbXjCi93qMGoqAs7ec #Loading packages library(tidyverse) library(lubridate) library(countrycode) library(gganimate) library(ggflags) library(tidyr) library(viridis) #Reading data data_1 <- read_csv("results.csv") … Continue reading Top 20 National Football Teams by Goals Scored Animated Plot

