
Lecture Description
In this Matplotlib tutorial video, we're going to cover how to handle the conversion of unix time stamps to then plot date stamps in your graph. With the Yahoo Finance API, you will notice that if you use large time frames, like 1y for one year, you will get those date stamps we've been working with, but, if you use something like 10d for 10 days, you will instead get timestamps that are unix time.
Unix time is the number of seconds after Jan 1st 1970, and it represents a normalized method for time across programs. That said, Matplotlib doesn't want unix time stamps.
sample code: pythonprogramming.net
hkinsley.com
twitter.com/sentdex
sentdex.com
seaofbtc.com
Course Index
- Introduction and Line
- Legends titles and labels
- bar charts and histograms
- Scatter Plots
- stack plots
- Pie Charts
- loading data from files
- getting data from the internet
- converting data from the internet
- basic customizations, rotating labels
- handling unix time
- more customization of colors and fills
- spines and horizontal lines
- candlestick OHLC graphs
- styles
- Live graphs
- annotations and placing text
- annotating last price to edge of matplotlib graph example
- subplots
- implementing subplots to our stock chart
- adding more indicator data to our charts
- cleaning chart, custom fills, pruning
- sharex axis
- multi y axis plotting volume on stock chart
- customizing Matplotlib Legends
- Basemap intro
- Basemap customization options
- plotting coordinates on a map with Basemap
- matplotlib 3d intro
- 3d scatter plot
- 3d bar charts
- conclusion
Course Description
Learn how to visualize data in the form of line graphs, bar charts, pie charts, 3D graphs, and more with Python 3 and Matplotlib.