🎯
Focusing
Software Developer with machine learning insights
- Pittsburgh
- https://www.linkedin.com/in/sohamcmu/
Pinned Loading
-
-
-
-
-
render race graph
render race graph 1fig, ax = plt.subplots(figsize=(15, 10))
2animator = animation.FuncAnimation(fig, draw_barchart, frames=range(1990, 2019),interval=700)
3HTML(animator.to_jshtml())
4# Set up formatting for the movie files
5writer = animation.FFMpegWriter(fps=10, metadata=dict(artist='Me'), bitrate=1800)
-
Refugee data
Refugee data 1import pandas as pd
2import numpy as np
3import matplotlib.pyplot as plt
4import matplotlib.ticker as ticker
5import matplotlib.animation as animation
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.