Python Plotting With Matplotlib
Austin Cepalia
14 Lessons
1h 14m
basics
data-science
A picture is worth a thousand words, and with Pythonβs matplotlib library, it fortunately takes far less than a thousand words of code to create a production-quality graphic.
However, matplotlib is also a massive library, and getting a plot to look just right is often achieved through trial and error. Using one-liners to generate basic plots in matplotlib is relatively simple, but skillfully commanding the remaining 98% of the library can be daunting.
In this beginner-friendly course, youβll learn about plotting in Python with matplotlib by looking at the theory and following along with practical examples. While learning by example can be tremendously insightful, it helps to have even just a surface-level understanding of the libraryβs inner workings and layout as well.
By the end of this course, youβll:
- Know the differences between PyLab and Pyplot
- Grasp the key concepts in the design of
matplotlib - Understand
plt.subplots() - Visualize arrays with
matplotlib - Plot by combining
pandasandmatplotlib
This course assumes you know a tiny bit of NumPy. Youβll mainly use the numpy.random module to generate βtoyβ data, drawing samples from different statistical distributions. If you donβt already have matplotlib installed, see the documentation for a walkthrough before proceeding.
Python Plotting With Matplotlib
14 Lessons 1h 14m
3. Pyplot and PyLab 03:52
4. Object Hierarchy 02:00
6. Your First Plot 09:25
8. Advanced Plotting 08:03
11. Plotting With Pandas 07:36
12. Configuring Styles 02:46
13. Interactive Mode 01:29
About Austin Cepalia
Austin is a video tutorial author at Real Python. He's currently a student working towards a degree in computer science at Rochester Institute of Technology.
Β» More about Austin



