Learn how to create a Racing Bar graph all in Python, using Plotly. We will be using real-life data on suicide rates around the world. Links below:
Racing Bar Chart video example:
• Highest Suicide Rates per Country - P...
The Code:
https://github.com/Coding-with-Adam/D...
Data:
https://drive.google.com/file/d/1x_TY...
Plotly Bar Graph Documentation:
https://plot.ly/python/reference/#bar
Plotly Forum:
https://community.plot.ly/c/dash
Video Layout:
00:39 - Data Used
02:00 - Dictionary of Frames/Years
05:52 - Creating the Figure
09:37 - The Play Button
13:40 - Final Result
15:11 - Tip of the Week