Matplotlib 3D Plot Advanced

Photo by Ricardo Gomez Angel on Unsplash

If you’ve already learned how to make basic 3d plots in maptlotlib and want to take them to the next level, then look no further. In this article, I’ll teach you how to create the two most common 3D plots (surface and wireframe plots) and a step-by-step method you can use to create any shape … Read more

Matplotlib Boxplot – A Helpful Illustrated Guide

Do you want to plot numerical data? And do it in a beautiful, engaging, and scientifically sound way? And do all of this in a few simple lines of code? You’re in the right place! A great way to plot numerical data is the matplotlib boxplot. It displays the median, the interquartile range, and outliers … Read more

Matplotlib Imshow — A Helpful Illustrated Guide

Learn how to use plt.imshow in matplotlib through working with this cute picture of a kitten

I’ve always struggled with the plt.imshow() method of Python’s matplotlib library. To help you and I master it, I’ve written the most in-depth resource about it on the web. As a bonus resource, you can play my walkthrough video that takes you through all the code in this article: To show an image in matplotlib, … Read more

Matplotlib Subplot – A Helpful Illustrated Guide

Too much stuff happening in a single plot? No problem—use multiple subplots! This in-depth tutorial shows you everything you need to know to get started with Matplotlib’s subplot() function. If you want, just hit “play” and watch the explainer video. I’ll then guide you through the tutorial: To create a matplotlib subplot with any number … Read more

Matplotlib Subplots – A Helpful Illustrated Guide

Too much stuff happening in a single plot? No problem—use multiple subplots! This in-depth tutorial shows you everything you need to know to get started with Matplotlib’s subplots() function. If you want, just hit “play” and watch the explainer video. I’ll then guide you through the tutorial: Let’s start with the short answer on how … Read more