SkillAgentSearch skills...

AnatomyOfMatplotlib

Anatomy of Matplotlib -- tutorial developed for the SciPy conference

Install / Use

/learn @matplotlib/AnatomyOfMatplotlib
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Introduction

This tutorial is a complete re-imagining of how one should teach users the matplotlib library. Hopefully, this tutorial may serve as inspiration for future restructuring of the matplotlib documentation. Plus, I have some ideas of how to improve this tutorial.

Please fork and contribute back improvements! Feel free to use this tutorial for conferences and other opportunities for training.

The tutorial can be viewed on nbviewer:

Installation

All you need is matplotlib (v1.5 or greater) and jupyter installed. You can use your favorite Python package installer for this:

conda install matplotlib jupyter
git clone https://github.com/matplotlib/AnatomyOfMatplotlib.git
cd AnatomyOfMatplotlib
jupyter notebook

A browser window should appear and you can verify that everything works as expected by clicking on the Test Install.ipynb notebook. There, you will see a "code cell" that you can execute. Run it, and you should see a very simple line plot, indicating that all is well.

View on GitHub
GitHub Stars1.2k
CategoryDevelopment
Updated2d ago
Forks587

Languages

Jupyter Notebook

Security Score

80/100

Audited on Mar 28, 2026

No findings