Matplotlib Tutorial 1 - Introduction and Line

Channel:
Subscribers:
1,410,000
Published on ● Video Link: https://www.youtube.com/watch?v=q7Bo_J8x_dw



Category:
Tutorial
Duration: 9:27
635,767 views
4,915


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




Other Videos By sentdex


2015-07-11Matplotlib Tutorial 11 - handling unix time
2015-07-11Matplotlib Tutorial 10 - basic customizations, rotating labels
2015-07-11Matplotlib Tutorial 9 - converting data from the internet
2015-07-11Matplotlib Tutorial 8 - getting data from the internet
2015-07-11Matplotlib Tutorial 7 - loading data from files
2015-07-11Matplotlib Tutorial 6 - Pie Charts
2015-07-11Matplotlib Tutorial 5 - stack plots
2015-07-11Matplotlib Tutorial 4 - Scatter Plots
2015-07-11Matplotlib Tutorial 3 bar charts and histograms
2015-07-11Matplotlib Tutorial 2 - Legends titles and labels
2015-07-11Matplotlib Tutorial 1 - Introduction and Line
2015-07-10[See Description] Understanding Hedgefund and other financial Objectives - Python for Finance 13
2015-07-10[See Description] Building Machine Learning Framework - Python for Finance 14
2015-07-08[See Description] Paper Trading a Strategy on Quantopian - Python for Finance 12
2015-07-06[See Description] Shorting based on Sentiment Analysis signals - Python for Finance 11
2015-07-05[See Description] Trading Logic with Sentiment Analysis Signals - Python for Finance 10
2015-07-04[See Description] Quantopian Fetcher - Python for Finance with Zipline and Quantopian 9
2015-07-03[See Description] Achieving Targets and Shorting - Python for Finance with Zipline and Quantopian 8
2015-07-02[See Description] Stop-Loss in strategy - Python for Finance with Quantopian and Zipline 7
2015-07-01[See Description] Strategy Sell Logic with Schedule Function with Quantopian - Python for Finance 6
2015-06-30[See Description] Back-testing our strategy - Programming for Finance with Python - part 5



Tags:
Matplotlib (Software)
Python (Programming Language)
Tutorial (Media Genre)
graph
chart
Introduction
basics