Hi, this was my first try at learning about data visualization, aside from a few matplotlib and Seaborn (Python) and d3.js (JavaScript) graphs I'd made earlier. Encouraged and inspired by the #30DayChartChallenge Twitter community, I experimented, had fun, and gained skills in finding data sources, differentiating the various kinds of charts, using pandas and numpy to work with the data, and writing matplotlib code. A couple of the projects also use scipy, plotly, seaborn, holoviews bokeh, streamlit, or R.
Intro to the 30 Day Chart Challenge
Historical Timeline - about - code
Relational Plot - about - code
Histogram, Poisson Distribution - about - code
Stacked Bar Chart - about - code
Heat Map, Regression Plot - about - code
Time Series Chart - about - code
Stacked Area Chart - about - code
Candlestick Chart - about - code
Animated Line Graph - about - code
Time Series Graph - about - code