Contribute Media
A thank you to everyone who makes this possible: Read More

Plotting with matplotlib

Summary

When it comes to plotting with Python many people think about matplotlib. It is widely used and provides a simple interface for creating a wide variety of plots from very simple diagrams to sophisticated animations. This tutorial is a hands-on introduction that teaches the basics of matplotlib. Students will learn how to create publication-ready plots with just a few lines of Python.

Details

Improve this page