Intro to Data Visualization in Python with Matplotlib! (line graph, bar chart, title, labels, size)

  Рет қаралды 238,503

Keith Galli

Keith Galli

Күн бұрын

Practice your Python Pandas data science skills with problems on StrataScratch! stratascratch.com/?via=keith
Join the Python Army to get access to perks!
KZfaq - / @keithgalli
Patreon - / keithgalli
Yay finally posting again. Hopefully this video will help you get comfortable working through the matplotlib library. I'm going to post a follow up video with real-world examples (combining pandas with matplotlib) and different types of plots next week. I originally was going to include that in this one, but I thought the video was getting a bit too long.
In this video we walk through some of the basics of matplotlib. We start by making a simple line graph. We learn how to give the graph a title and label the x & y axis. We learn how to scale the graph by specifying the x & y tickmarks. After this, we restyle our line by passing in keyword arguments then do basically the same thing with a shorthand notation. We resize our graph and save it. Then we end with a simple bar chart.
Source Code (includes code and data for next video as well):
github.com/KeithGalli/matplot...
Matplotlib Pyplot Documentation:
matplotlib.org/api/_as_gen/ma...
Font List:
jonathansoma.com/lede/data-stu...
Install libraries Needed for this video:
Option 1:
Open up a terminal window and type
pip install matplotlib
pip install numpy
pip install pandas
Option 2:
Download anaconda which will contain all the packages we need. A video on how to do this is here: • Python Tutorial: Anaco...
Thanks for watching! Make sure to like and subscribe to not miss any future videos! Let me know if you have any questions.
---------------------------------------------
Follow me on social media!
Instagram | / keithgalli
Twitter | / keithgalli
--------------------------------------------
Video Timeline:
0:00 - Video overview (note real-world examples moved to next video)
1:43 - Setup
2:23 - Our first line graph!
4:50 - Add title and labels for x & y axis
7:13 - Change font type, size, etc.
9:02 - Change tick marks (scale graph)
11:20 - Add a legend
12:25 - Restyle our line (color, line style, markers, width)
15:53 - Shorthand notation to restyle lines
17:27 - List of line customization options
17:55 - Plot more complex lines
22:20 - Resize Graph
24:48 - Save Graph
26:00 - Annotating/Cleaning Code
27:00 - Bar Chart
31:25 - Final Comments
---------------------
If you are curious to learn how I make my tutorials, check out this video: • How to Make a High Qua...
*I use affiliate links on the products that I recommend. I may earn a purchase commission or a referral bonus from the usage of these links.

Пікірлер: 182
@RishikavsAnnie
@RishikavsAnnie 2 жыл бұрын
I am really grateful for your tutorial videos, you cover all the must-know topics, your explanations are easy to understand and watching you make mistakes sometimes makes me comfortable as someone who's learning. You could totally roll out your own courses or work as a KZfaqr (or become a teacher) if you want to!
@Taran72
@Taran72 4 жыл бұрын
A great way to teach. I like that you show how to look for information on the referenced source. Thank you for sharing and for making these very useful online classes. :)
@hendrik9989
@hendrik9989 5 жыл бұрын
Thank you Keith for the great video! This is helping my a lot for my bachelor thesis.
@jenn6997
@jenn6997 4 жыл бұрын
Congrats on finishing your degree, Keith!!! :) As a student who studies Education but would like to go into data analytics, your videos are super helpful and inspiring! By any chance, you could do more videos on how to build regression models in Python? :) Again, thanks for making these amazing tutorials!! :)
@oliviawu1293
@oliviawu1293 3 жыл бұрын
Thank you so much! I am now trying to go through every single one of your videos in data science section and have learned a lot!
@harshbhatt8252
@harshbhatt8252 4 жыл бұрын
thanks keith for such an amazing video on matplotlib your content is very much structured and well taught the concept in very layman terms so even a non-techie can learn concept great video keep posting more
@user-yh3xt7mt4k
@user-yh3xt7mt4k 3 жыл бұрын
You are very helpful and enjoyable. In an easy way you provide a lot of stuff to get anyone start using the libraries from scratch to a stisfying degree.
@gintarasantis5523
@gintarasantis5523 3 жыл бұрын
I like your videos, Keith! Simple, practical, to the point. Good job!
@kristypolymath1359
@kristypolymath1359 5 жыл бұрын
I watched about 2/3 of your Pandas video, it's the visual stuff that I'm after, so I'll try this one.
@fazlaynur4509
@fazlaynur4509 3 жыл бұрын
Dude, I watch all your videos, you make videos very carefully, very instructive, thank you very much
@azrmuradl6420
@azrmuradl6420 2 жыл бұрын
You are becoming my favorite instructor. Keep it up, man!
@debitsandcreditsclub
@debitsandcreditsclub 11 ай бұрын
I'm finding your explanations much easier to understand than other channels.
@MrDaveaneo
@MrDaveaneo 4 жыл бұрын
Knowledgeable and talented instructor.
@muzaianghanem5644
@muzaianghanem5644 4 жыл бұрын
Thank you, I am happy I found these videos on the right time.
@nareshreddy6484
@nareshreddy6484 4 жыл бұрын
Hey Keith u are amazing at making virtual lessons with an understandable concept and ur way of teaching is quite good. Hope u will make more vedios on all the programming languages
@robertpinochet3591
@robertpinochet3591 3 күн бұрын
this video is the perfect way to understand the library
@gianluigimarudut
@gianluigimarudut 3 жыл бұрын
Thank you so much for making this, Keith
@TSPxEclipse
@TSPxEclipse Жыл бұрын
For those curious, you can use plt.annotate() to add the coordinates of markers to the graph. x = [your x coordinates list] y = [your y coordinates list] for i, j in zip(x, y): plt.annotate(f'({i}, {j})', (i, j), textcoords='offset points', xytext=(0, 5), ha='center') You can play around with the options, but this will add the coordinates centered slightly above the markers. If 5 seems too close, 10 is a better option.
@mikitakamaru
@mikitakamaru 4 жыл бұрын
Thank you for this great video!! This should be helpful for all beginners of matplotlib!!
@bushrag.mohammed5877
@bushrag.mohammed5877 4 жыл бұрын
Thanks Keith, you made my day 🌟
@kvtr131
@kvtr131 2 жыл бұрын
YOU ARE THE GUY ENCOURAGE AND SHARING YOUR KNOWLEDGE TO TO THE WORLD
@alizareei4459
@alizareei4459 4 жыл бұрын
it's very helpful & useful to me. thanks for your recording 💖
@globallenz7558
@globallenz7558 4 жыл бұрын
Thanks Keith. Keep up the great work!
@JohnUgochukwuIsuOmo
@JohnUgochukwuIsuOmo Жыл бұрын
This video was very helpful. I had issues understanding matplotlib but I followed along and I better understood it. I also learnt how to read documentations and find what I want. Thank you.
@uchindamiphiri1381
@uchindamiphiri1381 Жыл бұрын
me too
@harshitsharma8131
@harshitsharma8131 2 жыл бұрын
very helpful thanks keith
@itskathan7940
@itskathan7940 3 жыл бұрын
This guy made it look so easy!
@arashalizade9583
@arashalizade9583 4 жыл бұрын
Thank you Keith this video is really awesome!
@harikrishna-harrypth
@harikrishna-harrypth 3 жыл бұрын
Thanks a lot for your videos Keith, much appreciated!
@jorgeromero141
@jorgeromero141 2 жыл бұрын
You are the best period. Hands Down
@savinien44
@savinien44 4 жыл бұрын
Thank you for the video. It's very helpful!
@Chitie101
@Chitie101 4 жыл бұрын
Thank you for these, really helps!
@phaedrus2633
@phaedrus2633 4 жыл бұрын
Good videos Keith. Not draggy by any means.
@loveyoutube22
@loveyoutube22 4 жыл бұрын
Thank you so much Keith for your videos. U make it easy to understand because u do not rush. Keep it up. U are doing a great good 🙏🙏👌👋👋
@finndevitt5117
@finndevitt5117 4 жыл бұрын
sorry i have a question when i installing the package " plt" . That is displayed " ERROR: Could not find a version that satisfies the requirement plt (from versions: none) ERROR: No matching distribution found for plt " I need help :/ pls
@mohitjain4943
@mohitjain4943 5 жыл бұрын
Finally My boy is here
@KeithGalli
@KeithGalli 5 жыл бұрын
Sorry to be gone for so long!!!
@nicholasnjoku4778
@nicholasnjoku4778 Жыл бұрын
Good start
@kylieying2
@kylieying2 5 жыл бұрын
Great video!!! Better than my MIT professors explain it :D
@mahbleh404
@mahbleh404 5 ай бұрын
man you are the best one so far i have seen. your tutorials are so helpful and easy to get your feet soaked into. thanks for existing
@noeldoller2958
@noeldoller2958 3 жыл бұрын
excellent tutorial Thumbs up to you Keith
@havehalkow
@havehalkow 4 жыл бұрын
An idea for a tutorial might be making a 3D plot or surface with data collected through a Tkinter application. Great video, thank you)
@yusuffarah5602
@yusuffarah5602 4 жыл бұрын
Thanks Keith. Great videos!
@KeithGalli
@KeithGalli 5 жыл бұрын
Happy to be back! Video Timeline: 0:24 - Video overview (note real-world examples moved to next video) 1:43 - Setup 2:23 - Our first line graph! 4:50 - Add title and labels for x & y axis 7:13 - Change font type, size, etc. 9:02 - Change tick marks (scale graph) 11:20 - Add a legend 12:25 - Restyle our line (color, line style, markers, width) 15:53 - Shorthand notation to restyle lines 17:27 - List of line customization options 17:55 - Plot more complex lines 22:20 - Resize Graph 24:48 - Save Graph 26:00 - Annotating/Cleaning Code 27:00 - Bar Chart 31:25 - Final Comments If you enjoyed this video, make sure to like and subscribe! :)
@dkd8619
@dkd8619 5 жыл бұрын
Your videos are the best videos on python data science modules. I would like to thank you for helping people like me who wants to grow there career in python. Thanks again bro.
@alexyue1828
@alexyue1828 4 жыл бұрын
Extremely beneficial for me and other, I guess. Million thanks and it will be great if you make all the tutorials series focused on different topics and provide detailed explanation of each step in the future.
@whmsft
@whmsft 3 жыл бұрын
your video helped me a lot and it will also assist in my future career as a "Data Scientist" at Oracle! thank you! and what's that weird sound? here 26:43 ?
@robertoiglesias7910
@robertoiglesias7910 2 жыл бұрын
25:02, almost died
@hiovanycubillosgomez5901
@hiovanycubillosgomez5901 2 жыл бұрын
that's great your to took time to do these video man, thank you so much.
@wheatonrecurrence9525
@wheatonrecurrence9525 5 жыл бұрын
Thanks Keith. Do more!
@Mateusz-yp3wq
@Mateusz-yp3wq Жыл бұрын
Very valuable content, thanks
@tkarthikeyanai
@tkarthikeyanai 10 ай бұрын
Nice brushup!
@manishdas6525
@manishdas6525 5 жыл бұрын
Informative & love it.
@zana3d
@zana3d 2 жыл бұрын
Thank you so much for taking the time to teach us! That exit stage left was very dramatic....
@haimkichik
@haimkichik 3 жыл бұрын
It was my fisrt vid so nice too meet you after your Academia stuff. Thanks!
@vitorribeirosa
@vitorribeirosa 3 жыл бұрын
Thanks a lot... Good vibes and greetings from Japan
@TOP--lb1rc
@TOP--lb1rc Жыл бұрын
Very Helpful
@ifiokudofe1368
@ifiokudofe1368 Жыл бұрын
thanks a lot, your videos has been very helpful
@piotrb5161
@piotrb5161 5 жыл бұрын
Welcome back Keith👍💪
@KeithGalli
@KeithGalli 5 жыл бұрын
Glad to be back! :)
@chrisintzes6239
@chrisintzes6239 3 жыл бұрын
Nice work man!!
@raiton3778
@raiton3778 4 жыл бұрын
Thanks dude this helped a lot! Greetings from Switzerland :))
@francinagoh2541
@francinagoh2541 4 жыл бұрын
Thanks for video to share your knowledge on python
@MykytaStr
@MykytaStr 11 ай бұрын
Nice introduction to plotting, very useful
@rafael040204
@rafael040204 3 жыл бұрын
Thank you so much for this!
@chaudiep8274
@chaudiep8274 Жыл бұрын
really like this video and your other video, thank you so much
@murilosilvestre7736
@murilosilvestre7736 2 жыл бұрын
That is supercool, thank you!
@somayehseifi8269
@somayehseifi8269 3 жыл бұрын
I like the way you teach
@InteligenciadeNegocios
@InteligenciadeNegocios 3 жыл бұрын
Thanks man, great video!
@kasimshobak3281
@kasimshobak3281 4 жыл бұрын
Thank you!
@maggietang1369
@maggietang1369 4 жыл бұрын
Great job!
@rampedilesley9330
@rampedilesley9330 3 жыл бұрын
Informative. Thank you so much.
@muhammadwaqar1924
@muhammadwaqar1924 3 жыл бұрын
thank you for this video. its very very helpful.
@jongcheulkim7284
@jongcheulkim7284 3 жыл бұрын
Thank you so much.
@netsurfer8923
@netsurfer8923 3 жыл бұрын
Thank you and very helpful Video!
@sunillamichhane2459
@sunillamichhane2459 3 жыл бұрын
Greetings from Nepal ! Ur vids r superb, great help . Thank u 🙏
@harilesnar9044
@harilesnar9044 5 жыл бұрын
Nice and simple 👌👍💥
@rverm1000
@rverm1000 4 жыл бұрын
very helpful
@ousmanekaba8808
@ousmanekaba8808 2 жыл бұрын
Thank you sir
@tobiasksr23
@tobiasksr23 4 жыл бұрын
Eres un grande, maestro.
@KeithGalli
@KeithGalli 4 жыл бұрын
Muchas gracias 😄
@jimmypoopap
@jimmypoopap 3 жыл бұрын
26:43
@topfundus1093
@topfundus1093 2 жыл бұрын
Sehr gut! Vielen Dank und viele Grüße aus Deutschland!
@mohammedridouane7746
@mohammedridouane7746 3 жыл бұрын
"if i did 'yel' which is not a color it's gonna yell at me" hahhahaaha made my day thanks for the tutorial
@riviera443
@riviera443 4 жыл бұрын
Thanks
@hectormotsepe1581
@hectormotsepe1581 4 жыл бұрын
Thanks man.
@jatinkumar4410
@jatinkumar4410 3 жыл бұрын
Nice tutorial...
@dr.mohamedaitnouh4501
@dr.mohamedaitnouh4501 Жыл бұрын
Nice intro easy to follow but one must do what it says not only listen ... I learned that we must put legend() to be able to see label =('') .... thank you
@horaciob7985
@horaciob7985 3 жыл бұрын
nice job
@lakshyapratapsigh3518
@lakshyapratapsigh3518 2 жыл бұрын
THANK YOU KEITH LOVE FROM INDIA
@bdharani1620
@bdharani1620 2 жыл бұрын
Sir your explanation so clear and I understand very easily please make more videos on python for freshers but I have a doubt how we are use some string,list ,set, dictionary methods in class , please make one video with above data types mothods please sir thank you for sharing this video
@bodyart1460
@bodyart1460 Жыл бұрын
thanks
@user-ln5qj2yv7d
@user-ln5qj2yv7d 4 жыл бұрын
hey, thank you for your videos, i'm having probloms on pycharm using the label and color via legend() and i have followed your instruction but i'm getting an attribute error: 'Line 2D' object has no property 'label' any idea why?
@leolee2525
@leolee2525 4 жыл бұрын
Hi Keith. Thanks a lot for this video. I got " invalid character in identifier" in Jupyther on the line "plt.title('Our First Graph',fontdict = {'fontname':'Comic Sans MS'})", any idea what's the problem?
@jiangxu3895
@jiangxu3895 4 жыл бұрын
Numpy-->Pandas, now I am watching Matplotlib, Thanks for you video.
@KeithGalli
@KeithGalli 4 жыл бұрын
Love it!!
@_matis_
@_matis_ 4 жыл бұрын
hahaha,same order here...
@frankservant5754
@frankservant5754 2 жыл бұрын
Really cool
@nasser_omar
@nasser_omar 3 жыл бұрын
Thanks a lot, bro. You are amazing. Thanks for your time, but could you make a tutorial about a real project, please, so that we can use all of the libraries that you taught us?
@ahmed221
@ahmed221 3 жыл бұрын
thank u
@Rainstorm121
@Rainstorm121 3 жыл бұрын
Thanks Sir, any guidance on using matplotlib to plot trajectories?
@bapinchakraborty5329
@bapinchakraborty5329 4 жыл бұрын
You are super awesome bro love yuh 👌👌👌👍👍
@minnuzamir5458
@minnuzamir5458 3 жыл бұрын
yes we need super duper coverage too
@axeyohole4133
@axeyohole4133 4 жыл бұрын
Hi Keith! Thanks for this video! I'm working this tutorial on my Mac and I have come across some problems executing the codes here. On the first graph you made, I had trouble showing the graph size with the plt.figure, with a dpi of 300, line because the output didn't show an enlarged version of the graph. However, when I tried to run it, it the notebook showed this result . Second issue is with the Bar chart's hatches. I got good results with the slash and circles on the design but on the third one with the stars, I can't get past it. It only showed the same blue bar without a single stars at all. It was worse when I tried the for loop you did because it didn't show no patterns. Weird. Thanks fam!
@Tech-du2bg
@Tech-du2bg 2 жыл бұрын
Very helpful video. I tried the same process on my exercise but stacked where they said x and y must have same first dimension, but have shapes (30, 30) and (1,). I checked my x and y find they have the same dimension but I am not sure about z because it has 3D data. How can I solve it?
@DeltaPi314
@DeltaPi314 2 жыл бұрын
The xticks and ytics didn't work on Jupyter notebook but worked on Pycharm. Jupyter: TypeError: 'list' object is not callable PyCharm: does what it is supposed to do. Sometimes it is the other way around. And the command lines were identical (Ctrl+C Ctrl+V). This is why I prefer R: Python is far to "capricious" to be anywhere near reliable.
@Zielu13
@Zielu13 2 жыл бұрын
Thanks. Do you know how to change the background color in dataframe.plot graphs ( the background on which there are: labels and graph name). In subplots you can use 'facecolor' param, but it doesn't work in plots generated from multiindex dataframes.
@usmannomani2647
@usmannomani2647 4 жыл бұрын
I have csv data of one city which is I have been read in python using panda library now I want to extract specific area of that city How would I do this ? Which Library would I use for this purpose ? Csv City data contains (Lat & Long )
@graceteo8296
@graceteo8296 4 жыл бұрын
Hi. Can we create a project timeline using pandas? Thanks
@solomonmuwori1954
@solomonmuwori1954 3 жыл бұрын
Hi Keith. Thanks for your Videos - they demystify the subject matter. I Had issues registering and importing Matplotlib in Visual Studio Code (free version). Only able to plot with Matplotlib when using Jupyter Notebook. Can you assist in getting Matplotlib running in Visual Studio Code?
@korayalkankarakoc5238
@korayalkankarakoc5238 Жыл бұрын
GOTCHU!! 8:34
7 Python Data Visualization Libraries in 15 minutes
15:03
Rob Mulla
Рет қаралды 71 М.
The day of the sea 🌊 🤣❤️ #demariki
00:22
Demariki
Рет қаралды 106 МЛН
Wait for the last one! 👀
00:28
Josh Horton
Рет қаралды 145 МЛН
Matplotlib Full Python Course - Data Science Fundamentals
1:02:41
NeuralNine
Рет қаралды 120 М.
Exploratory Data Analysis with Pandas Python
40:22
Rob Mulla
Рет қаралды 438 М.
Seaborn Is The Easier Matplotlib
22:39
NeuralNine
Рет қаралды 162 М.
Matplotlib Tutorial (Part 1): Creating and Customizing Our First Plots
35:01
Interactive Excel Dashboard for BETTER Data Visualization (Free Download)
19:32