MatPlotLib Python Tutorial in Jupyter Notebooks - Part 1

preview_player
Показать описание
How to create plots in Python (2020). Learn how to get started with Matplotlib. I break down the tutorial into 2 parts; 1) plotting with Numpy 2) Plotting with Pandas. I cover things like; from where to download / create the raw data, how to create different plots (line, bars, subplots, combo, scatter, histogram, etc), how to add titles, legends, labels, tickers, change sizes, change colours and many more!

Support the channel on Patreon:

Data Analytics Course Link:

MatPlotLib Python Tutorial in Jupyter (2020) - Part 1

Tutorial Overview
• What is matplotlib and how/why it's used

Using Numpy
• Line plots using NumPy
• Scatter Plots using NumPy
• Bar plots & Subplots using Numpy
• Histogram using NumPy

Using Pandas
• Line Plots using Pandas
• Combo (Line & Bar) Plots using Pandas df
• Scatterplot Using DFs
• Scatterplots with Legends using Pandas

How to download and install Python through Anaconda:

Raw Data & Notebook:

Yiannis Pitsillides on Social Media:

How to create plots in Python (2020) – Part 1
How to create plots in Python (2020)
How to create plots in Python
Рекомендации по теме
Комментарии
Автор

How did you find MatPlotLib with Numpy? Did you like the visuals? Let me know your thoughts!

DataYP
Автор

When creating the subplots, the 131, 132, 133 etc stands for creating a subplot of 1 row, 3 columns, and graph position 1, 2, or 3

brittnyfreeman
Автор

Very informative tutorial! Thanks for sharing your knowledge with us!

andreasp.
Автор

Thank you soooo much for this video, it helped for my python exam so much

maramsenan
Автор

Very clear and straightforward tutorial

citizen_data
Автор

Thanks for the tutorial! Was very informational and 10000% better than trying to go through documentation.

sgydilz
Автор

Thank you so much for your explanation.

saeidvaygani
Автор

Really impressed by your tutorial!
Thanks

easymortgagesolutionsptylt
Автор

Very nice, quick way into thentopic for me. Thanks.

AlanPeery
Автор

Thank you very much for this excellent video! New subscriber!

lfmtube
Автор

What those 131, 132 and 133 means is that the first and the second number denotes the total number of subplots as if in X and Y axis respectively. and the last number denotes the serial number out of the total plots.

rahulvishnoi
Автор

Thank you for this good resource. I have a question: How can I plot my figure using implot?

Tech-dubg
Автор

Very good tutorial. One question though, for the scatter plot, you set a = b. Shouldn't plot a straight line? How did it vary around a central mean?

steveoshaughnessy
Автор

If I save graph as an image then in my notebook's folder, the image is displayed as blank, how can I see the image?

pputqcf
Автор

How to do if a is for first 5 months, b is for from March toJuly, c has 6 data from April to Sept?

chenwu
Автор

hi i have followed your video on pn plots nut on my notebook nothing shows a plot or graph i have a macbook air 2017 im working off of do you have any fixes that i can try to show these plots

tashiro
Автор

Hello
Where to find that excel doc link ?

abrahamjs
Автор

I’m using carnet on iPad for programming and on this I’m having an error. I can’t print charts on it.

ERROR
UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
plt.show()

carcass
Автор

Is it actually necessary to learn Matplotlib? It seems as if Seaborn does everything it does and more.

brittnyfreeman