Matplotlib Tutorial (Part 1): Creating and Customizing Our First Plots

In this video, we will be learning how to get started with Matplotlib. This video is sponsored by Brilliant. Go to to sign up for free. Be one of the first 200 people to sign up with this link and get 20% off your premium subscription. In this Python Programming video, we will be learning how to get started with Matplotlib. Matplotlib is a plotting library with a lot of functionality for visualizing our data in an easy to digest format. We will learn how to make simple line plots, customize our graphs, and the basics of working with Matplotlib. Let’s get started... The code from this video (with added logging) can be found at: Virtual Environment Tutorial - Jupyter Notebook Tutorial - Matplotlib Format Strings -
Back to Top