OTP01
Welcome to a Matplotlib with Python 3+ tutorial series. In this series, we're going to be covering most aspects to the Matplotlib data visualization module. Matplotlib is capable of creating most kinds of charts, like line graphs, scatter plots, bar charts, pie charts, stack plots, 3D graphs, and geographic map graphs.
First, in order to actually use Matplotlib, we're going to need it!
If you have a later version of Python installed, you should be able to open cmd.exe/terminal and then run:
pip install matplotlib
Note: You may need to do C:/Python34/Scripts/pip install matplotlib if the above shorter version doesn't work.
sample code:
http://pythonprogramming.net
http://hkinsley.com
https://twitter.com/sentdex
http://sentdex.com
http://seaofbtc.com