Cover Image

An Inquiry Into Matplotlib's Figures

This guide dives deep into the inner workings of Matplotlib's Figures, Axes, subplots and the very amazing GridSpec!

Posted

#tutorials

Custom 3D engine in Matplotlib

3D rendering is really easy once you've understood a few concepts. To demonstrate that, we'll design a simple custom 3D engine that with 60 lines of Python and one Matplotlib call. That is, we'll render the bunny without using the 3D axis.

Posted

#tutorials #3D

Matplotlib in Data Driven SEO

At Whites Agency we analyze big unstructured data to increases client's online visibility. We share our story of how we used Matplotlib to present the complicated data in a simple and reader-friendly way.

Posted

#industry

Creating the Warming Stripes in Matplotlib

Ed Hawkins made this impressively simple plot to show how global temperatures have risen since 1880. Here is how to recreate it using Matplotlib.

Posted

#tutorials #academia