Matplotlib Tutorial 1 Introduction and Line
YOUR LINK HERE:
http://youtube.com/watch?v=q7Bo_J8x_dw
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 • / sentdex • http://sentdex.com • http://seaofbtc.com
#############################
